Ivan Suslov
Ivan Suslov
Probably related https://github.com/antlr/grammars-v4/issues/3314
Sharing my **Paste-n-Build** solution based on @jozefchutka research. ```bash #!/bin/bash BUILD_DIR=$(pwd)/build-piper rm -rf $BUILD_DIR && mkdir $BUILD_DIR TMP=$BUILD_DIR/.tmp [ ! -d $TMP ] && mkdir $TMP DOCKERFILE=$TMP/piper_wasm_compile.Dockerfile cat
> @iSuslov can you provide a simple POC to test your work, i'm near to backend, but I need to implement this on a web with the less dependencies (html+js+wams...
@puppetm4st3r just out of curiosity, when you say you testing it in iOS do you mean you test it in Safari on iPhone? I've never faced any OOM issues with...
Hey @parkerduckworth, I'm sorry but changes in `v1.3` don't make it work with modules. Here are a few thoughts: - New field `"module":` is added to `package.json`: https://github.com/weaviate/typescript-client/blob/f96dbb33944ab080eb1882164a6a08e93258db7a/package.json#L5-L7 This field...
@maxilie don't get me wrong, I was talking about `v1.3`. Your approach looks good, however weaviate team now uses `tsup` as a bundler. PS: I must apologize, I went ahead...
@andrewspy I can confirm by reviewing the code in master branch that `firebase-document` sets `exists` on the first run, however keep in mind that it does not do that if...
@andrewspy `on-error` should work, see `firebase-common-behavior.html` which is a part of `firebase-document`
@andrewspy should be expected behaviour, since it won't make actual request to the server if path is empty or invalid - containing `//`.
+1 this is absolutely needed