Codrin Iftimie
Codrin Iftimie
I've did some research myself regarding docker-in-docker, and I ended up throwing that entire idea to the trash. In CI that this in a docker container it think it's easier...
I know I'm late to the party, but would it be easier to use the `"chrome.app"` as the target in this case? And have the `loki.config.js` file select which one...
I've tried making such a loader. I even made it work with [extract-text-webpack-plugin](https://github.com/webpack/extract-text-webpack-plugin). Mostly the code you need is ``` js // csjs-loader.js var requireFromString = require('require-from-string'); var getCss =...
I've created a [gist](https://gist.github.com/codrin-iftimie/65e8c37e8dbea7f9af5a09549156825d). When importing a `csjs.js` file inside another `csjs.js` file the import gets translated into css. The import is `undefined`, so when you are extending the imported...
Seems that the following is producing the right result ```js const itemSuite = create("itemSuite", (item, path) => { test(`${path}.name`, "Name is required", () => { enforce(item.name).isNotEmpty(); }); }); const mainSuite...
Sorry, I didn't dig too much into it. Yes, the branch says `12adaffef7105e2714f82651ea51936c563fe15c`, but this is a commit ID, so it should not be a branch. Here is how I...
@milesj Thank you. I'm trying with this new version, but I haven't managed to get it working. From what I could find, the error is coming from https://github.com/moonrepo/moon/blob/master/crates/codegen/src/codegen.rs#L352 This `depth`...
@milesj Thank you. It is working!