Craig McNicholas

Results 48 comments of Craig McNicholas

seconded for monorepo support, we have moved to an 18 project (and growing) solution now and are encountering this issue, workaround is to specify a relative path in the cypress...

Same issue, I have setup like so: ``` const SpeedMeasurePlugin = require("speed-measure-webpack-plugin"); const smp = new SpeedMeasurePlugin({ outputTarget: './smp.dat', }); var StylelintPlugin = require('stylelint-webpack-plugin'); module.exports = { configureWebpack: smp.wrap({ entry:...

> @cmcnicholas is that output from running on Windows? yep

Updated table with results when no indices are specified, why are indices in the .Net library so much less expensive than realm-js?

> Thanks for reporting this @cmcnicholas - we need to investigate this further. > There has recently been reported other performance related issues, you're probably experiencing the same regression. >...

Hi guys, is there any estimate on when support for querying primitive arrays will make it into the .net library?

> Not yet - this is something that the Core team is currently working on and we hope to pick it up shortly after they release it. thanks for the...

> Using the Filter extension method and providing a string predicate _should_ work, but we don't have tests for it in the .NET SDK. We should definitely add some though...

2nd for supporting Vue SFC's with multiple formatters required per document.

Also interested in this, we have a large project that I would like to "drop in" a react native app alongside other projects and leverage all the code we have....