Łukasz Rekucki

Results 8 comments of Łukasz Rekucki

You are looking at an example, not the spec: ["A Union type must include one or more unique member types."](http://spec.graphql.org/draft/#sel-HAHdfFBABAB6Bw3R) Having a union with a single type is useful because...

As mentioned above this issue should be closed because according to spec, unions can only contain types - not other unions or interfaces: http://spec.graphql.org/draft/#sel-HAHdfFDABgCBlE9-X

I have this exact same problem. Everything works fine if Angular is packed with the app, but after moving to shared system.js import, the bootstrap function fails.

Hi guys, I managed to get this working. My setup is as follows: In root-config: ``` { "imports": { "single-spa": "./js/single-spa.min.js", // ... put apps here } } ``` Then...

I extracted my solution and forked the repro case from @scottfwalter - https://github.com/lqc/spa-test I used webpack just to check if it's possible, but I don't think you can generate reasonable...

FWIW, In my expirience, both Javassist and Reflectasm have problems with JDK 17+ support. The only known to me code-generation library usable on newest JVMs is ByteBuddy (https://github.com/raphw/byte-buddy). Both Hibernate...

What is the more generic command and how I can use it to set up a project with all the Pootle FS options ?

@apparentlymart The issue you had in mind might be #16268. > The closest we could get is to deep-copy the module trees from the cache during terraform init and thus...