Dariusz Czajkowski

Results 64 comments of Dariusz Czajkowski

By the way, turborepo's `yarn create turbo` uses this setup by default, ie. their "ui" package is never built (doesn't even have builder set up nor "build" script in package.json)....

I was very surprised to see in our codebase things being returned, that shouldn't have been. I guess it's not a major issue, but it does cause some confusion. Do...

Croatian (HR) flag as mentioned by @SimpleCreations looks different on the landing page and different in the index. Both seem to have masking issues and scaling is wrong. Tested on...

@preshetin In https://github.com/sst/sst/blob/master/packages/sst/src/runtime/handlers/node.ts#L55 the lambda's `process.env` is injected. It contains `AWS_EXECUTION_ENV` which is defined [as specified here](https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime). You can compare it to `process.version` in the local runtime (`packages/sst/support/nodejs-runtime/index.ts`) to see...

Previously, Sentry used `globalThis.__SENTRY__.logger`. We realize it was an internal thing, but we overrode it like this: ``` const nodeGlobal = global as typeof globalThis & { __SENTRY__: { logger:...

If anyone wants to verify, for me the md5 hash for a zip file for version 2.8 is ``` MD5 (MacMediaKeyForwarder2.8.zip) = 71b62e96a28fc42103266fe8192c86eb ```

Setting up a https is not THAT easy, so for now it would be nice to at least have hashes in a different domain to mitigate aforementioned security concern at...

Awesome! Make sure to submit this package to [the Vue.js newsletter](https://news.vuejs.org/submit) and to [repositories like this one](https://github.com/vuejs/awesome-vue).

Hey, I haven't used Vue for a few years at this point, so I am not sure what could be causing this. What I would suggest is you to view...