jdrydn

Results 24 comments of jdrydn

> The [Build Specification Reference](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-syntax) for AWS CodeBuild states: > > > Do not set any environment variable with a name that begins with CODEBUILD_. This prefix is reserved for...

@jasarien If I understand https://github.com/jasarien/Provenance/blob/d543ef3db07f4bbf788f3847f4462e19c7b3cd7f/PVGBA/GBA/PVGBAEmulatorCore.mm#L354-L419 correctly, there's an implementation in various emulator cores for cheat codes, but the UI doesn't support them? Is there no way to insert codes at...

I would take this issue further & add some generic tracing methods to support various use-cases: ```js const SentryTracing = require('@sentry/tracing'); function runTheThing() { // Should support async functions &...

What if the context was portable? IMO I would much prefer to attach a (clean) Sentry context to my request, and in my own error handler pass that context to...

@kamilogorek Great to hear! What's the timetable for the next major release? Also happy to lend a hand ✍️

@mdibaiee You could use https://ngrok.com or https://letsencrypt.org if you're looking for SSL - I'm currently using **letsencrypt** for my personal dedi with a Telegram API endpoint, over SSL, and **letsencrypt**...

Node 10.x right? What's the difference between this repo/action, that gist, or just: ```yml - name: sls deploy run: npx sls deploy ```

So there is actually an existing issue for this at #14 where the conversation gets locked. @alexanderGugel Perhaps under in the README where you discuss the name you should change...

@bcherny Nice suggestions, but only one of them (`nnpm`) is available on npmjs.com :cry: - `pii` (Package Installing Improved) - `ufm` (Understandably Faster Management) - `cbm` (Compiling Beer Modules) -...

There are loads of projects about alternative package installers - it doesn't make this one less valuable or less important, I'm just saying - which I discovered tonight when searching...