Fork me on GitHub
#fulcro
<
2020-02-22
>
cjmurphy01:02:30

Trying to use latest FI Electron AppImage, compared to the working one.

tony.kay04:02:51

I was wondering if you could try a build

cjmurphy04:02:21

Yes just in

cjmurphy04:02:44

slow connection, one third so far

tony.kay04:02:38

that dep is in the package.json

tony.kay04:02:43

I don’t get it

tony.kay04:02:53

maybe electron builder has a bug for linux

tony.kay04:02:35

let me try one other thing…

cjmurphy04:02:55

okay, maybe...

tony.kay04:02:11

I’ll just replace the one in releases, and you can try it whenever

cjmurphy04:02:37

Okay thanks Tony.

tony.kay05:02:17

release updated

cjmurphy13:02:27

Latest one seems fine. Dialog came up saying port in use (JavaScript error), which is expected, and the above is what's from the terminal obviously.

tony.kay01:02:34

ugh. for some reason it didn’t package the stupid npm dep

🙁 4
fappy17:02:45

Hi:slightly_smiling_face: Can Fulcro be used to make mobile apps that work offline? And is http://Fulcroworld.com violating a trademark? Their logo even seems similar

tony.kay17:02:42

Fulcro has no opinion about what your “remote” is. A local db is fine. So yes, in fact I’m working on such a thing very soon myself.

tony.kay17:02:48

The word “Fulcro” is the italian for Fulcrum. I think the Italians have the rights…was just easier to find a domain name that wasn’t taken 😜

😉 4
fappy17:02:29

@tony.kay would making such a mobile app involve fulcro-native ? Also is there a way to access the phone’s camera and other mobile specific things?

Aleed19:02:07

if you're using react native expo's SDK has support for these things, i.e. camera https://docs.expo.io/versions/latest/sdk/camera/

👍 4
tony.kay17:02:46

Yes, and yes

tony.kay17:02:42

Fulcro’s just using React Native, and expo. See the docs for those. Fulcro has nothing to do with those specifics.