Roman Heinrich

Results 68 comments of Roman Heinrich

@AndriiSherman Thanks! There is another problem with queries that return empty results, I will open another issue

In an another, plain Svelte project the importing / bundling works fine...

Example in a sandbox REPL here: - https://www.sveltelab.dev/lpyf3ohs6ynu008

Hmm... On NPM I see only 3.1.0... Also, here is the repo - https://github.com/mindreframer/reatom-sveltekit-issue. Update did not change the error message locally

Thanks @ntorrey ! Sadly none of those queries return artist.... ```sql > SELECT *, artist.email FROM review limit 1 [ { artist: artist:73z6oc419v1c5v34j20x, id: review:00a0ic854u4j7z02s00v, person: person:67s8cp304i4p6p83q02d, product: product:41v2qv923h3o7s55e96l, rating:...

@ntorrey Nice, that one works! :) ```sql > SELECT *, NONE as artist, artist.email FROM review limit 1 [ { artist: { email: '[email protected]' }, id: review:00a0ic854u4j7z02s00v, person: person:67s8cp304i4p6p83q02d, product:...

@ntorrey Great trick! About feature request: I feel SurrealDB team is quite overloaded and I'd rather have them focusing on performance improvements and bug fixes. Also the SQL statement that...

@StephanHoyer Yes, the published version on NPM does not have the "types" property in package.json. Just added it manually and it fixes the typing problem. And since it's already present...

Same here. Maybe it makes sense to run a service on Wundergraph Cloud, that way it's a "managed" API dependency @jensneuse ? The weather API is used in many examples...

@aless10 There is an alternative: https://weather-api.wundergraph.com/ :) I guess this issue can be closed and the example code can be updated to the new URL.