Josh Gum
Josh Gum
@nathanvda Any traction on this yet? This PR would be awfully nice versus the current workarounds (ie. copying cocoon.js directly into `app/javascript/packs` and having it compile)
@wclr Love this project so far, but wanted to touch base about this issue to see if you have a solution to `yalc remove` to strip symlinks rather than `yarn...
@wclr `yalc link` leaves me wondering, "ok after I'm done with local development, what now?".. expecting a `yalc unlink` or `yalc remove` or something similar to remove symlinks and cause...
Yea I think `yarn --check-files` would make sense for `yalc remove` for the case I bumped into.
@shishkin Thanks for calling this out! Anyone else looking for a good DynamoDB library with Deno, I can verify that dynamodb-onetable is working great with Deno 1.28 by way of...
Thanks for the comment @lowlighter .. I wrote a simple shell script, run it as a step in Github Actions to find all of the files and append the `await...
If you're using Hono server and want to inject the client IP into the env for downstream handling, here's a method that works; ``` const server = new Hono(options); Deno.serve({...
~~@agilesrcmh Thanks for the heads up! I'm working through this, and for the life of me can't figure out what `process.env` has nothing for a nodejs12.x based Lambda container. @jfuss...
Looking forward to hearing more about permissions enhancements here.. I use the IIS integrated authentication for viewing the web pages, and then a user local to the webserver for the...
This would establish a relationship between a term type and the properties that are related to that type.. and then do server side validation.