Fork me on GitHub
#fulcro
<
2017-11-14
>
tony.kay04:11:25

hey, it’s appreciated no matter what 😄

tony.kay04:11:49

wonder why it is so high for you?

claudiu07:11:51

@roklenarcic Yep, also was a bit annoyed. But then again, I just add what I was going to, just a bit less gets to the authors. I think contributing on patreon is mostly as a "thank you", after all... our jobs are a lot better and we make a few $ out of other projects because of the hard work that others put into OSS. Would have been a bit stuck without fulcro and a few other projects. 🙂

roklenarcic08:11:36

Well I'm not using it commercially, my job is Java only. It's so high because that's how high my local VAT is

claudiu08:11:18

python & js for me at work. Starting to regret a bit not learning java, should at least go through a introductory course 🙂

roklenarcic08:11:11

Speaking of fulcro 2.0... if om.next will stop being a dependency, what will replace om.dom?

roklenarcic09:11:43

Are there specific versions of other fulcro components that work with 2.0 snapshot>

roklenarcic09:11:07

Disregard, had to raise clj version

claudiu10:11:42

from what I understand it will be a om-next fork so basically should be the same om/dom just with a different import path.

roklenarcic11:11:03

So I'm getting an error with 2.0 about No protocol method IIndexer.index-component! defined for type : [object Object]

roklenarcic11:11:14

Do I have to add idents to all my components now?

claudiu11:11:04

@roklenarcic There were some discussions about idents and v2.0. Remember something about ident being needed for the merge to work (not all components for sure).

roklenarcic11:11:19

Because that's a new error. Maybe all components with queries need an ident now?

claudiu11:11:18

no idea. it's labeled as work in progress so might just be a small glitch. Is the error just for a specific component ?

roklenarcic13:11:02

I don't know because I just says what I pasted and doesn't say which component

roklenarcic18:11:50

Looks like the issue is that it expects the Indexer record to implement IIndexer

roklenarcic19:11:08

Which it does, so this error is bizarre

claudiu19:11:26

sounds like a fun one 🙂

roklenarcic19:11:03

I just went back to 1.0, problem solved 🙂

wilkerlucio19:11:30

give some time, 2.0 still a pre-alpha at this stage 😛

claudiu20:11:12

Anybody used relay or apollo with graphql in javascript ? Researching those 2 for work, seems to do more or less what fulcro does. But the complexity just seems crazy. Thinking I might be missing something 🙂

tony.kay21:11:48

@roklenarcic index-component! is called when a component mounts. There is no requirement you implement Ident. It is saying it cannot find the indexer. That’s strange.

tony.kay21:11:18

I would consider that a bug in Fulcro 2.0…but to be honest I don’t know how you’re getting it. ALl of the demos run. Are you sure you cleaned your environment completely?

roklenarcic21:11:04

I certainly tried

roklenarcic21:11:26

lein clean and restarted all my repls

tony.kay21:11:41

If you have a reproducible case that is complete and can be run (by me), I’ll take a look.

roklenarcic21:11:15

I'll try to do so later

tony.kay21:11:34

k. I’m busy for a few days anyway. Thanks for the report