Gajus Kuizinas
Gajus Kuizinas
Thank you. What do you think about just throwing an error if an attempt it made to serialize BigInt into JSON?, i.e. require that user cast the value to X...
Very interesting. Learned a lot! Thank you
@ruvceskistefan Do you have any update on this? This severely impacts our ability to scale GitHub Runners, costing literally tends of thousands monthly.
The original issue text already includes description of how we orchestrate runners. Whether we use ephemeral option or not, the problem is that there is no way to prioritize which...
> What I don't understand yet is whether these 20 runners in your example are different in some meaningful way that you really want to route to these 20? No....
I am facing similar issue. Setting `ssr.noExternal` then produces error: ``` error: name: ReferenceError message: module is not defined stack: """ ReferenceError: module is not defined at eval (/Users/gajus/Developer/contra/gaia/node_modules/.pnpm/[email protected]/node_modules/relay-runtime/index.js:12:1) at...
Can replicate. The error: ``` ERROR in ./app/components/MovieTile/index.js Module parse failed: /Users/gajus/Documents/dev/applaudience/applaudience-com/node_modules/babel-loader/lib/index.js??ref--0!/Users/gajus/Documents/dev/applaudience/applaudience-com/dist/app/components/MovieTile/index.js Unexpected token (32:26) You may need an appropriate loader to handle this file type. | }, void 0,...
What is the expected behaviour in the landscape mode?
"doesn't exist at all" is a rather broad definition. What if there was a viewport tag before loading Brim. Should Brim re-add it? > On Oct 2, 2015, at 13:22,...
Just create a simple loader, e.g. ```ts const path = require('path'); /** * @see https://github.com/evanw/esbuild/issues/394 */ module.exports = function (content) { const relativePath = path.relative( path.dirname(this.resourcePath), path.resolve(__dirname, '../src') ); return...