Radium Zheng
Radium Zheng
+1. I wrote a "Tokenizer" with FParsec which produces a flat list of tokens from CharStream, and now is wondering what can do with the "stream" of tokens... ---- Hmm...
Thanks I will take another look today.
Made some progress: with the change you suggested in https://github.com/Dig-Doug/rules_typescript_proto/issues/64#issuecomment-576726889, the generated `bazel-bin/test/test_es6_bundling/index.js` contains: ```js var grpcWebClient = createCommonjsModule(function (module, exports) { // what looks like the content of //...
Hmm, my JS-fu is not quite there, but I think this _might_ be the cause: Rollup.js is complaining about a named import/export not resolving. But pizza_service_pb_serivce.mjs is using namespace import:...
Noted, thanks! I will probably need to get back to this next week.
+1, I am currently affected ([failed build](https://github.com/zingzeu/yngping-spec/runs/6813187703?check_suite_focus=true)), thanks @bryant1410 for the fix. Dear maintainer, can you please merge this PR, thanks! @maxheld83
@bryant1410 I tried using your branch, but got this error instead: ``` fatal: could not read Password for 'https://***@github.com': No such device or address ``` build log: https://github.com/zingzeu/yngping-spec/runs/6813352579?check_suite_focus=true My workflow...
I switched to using https://github.com/marketplace/actions/deploy-to-github-pages instead
Do you currently store the keys as plaintext? I am thinking storing them as an encrypted file that requires PIN on app launch to decrypt. So the exported file will...
> If a PIN is required, then I guess that has to be implemented as a part of the app itself? Yeah