Alexander CherryTea
Alexander CherryTea
Great, in that case let's do it!
Thank you @omasback, look like migration to react-map-gl 7 is something we can't do now. As an alternative solution, you can work with the map api directly without using it...
@ibgreen Do you have any doc describing the release process? When I try, I get error about failed push to protected branch: ``` $ yarn publish-prod lerna info git Pushing...
I want to migrate from obsidian to affine but it seems near impossible task, because affine want to import all files individually, with every folder recreation. Local storage path will...
`pubspec_overrides.lock` looks reasonable for me, much better than current state. So, why not?
Reason of this bug - outdated version of jest-config package. I upgrade jest package up to `^25.1.0`, removing yarn.lock and reinstall all deps for fix that. After that jest starts,...
I have same issue. With vite config ```js defineConfig({ plugins: [solid()], test: { environment: 'happy-dom', globals: true, includeSource: ['src/**/*.ts', 'src/**/*.tsx'], deps: { optimizer: { web: { include: ['src/**/*.ts', 'src/**/*.tsx'], },...
Somebody found an workaround for this?
How esbuild read package.json https://esbuild.github.io/api/#platform
Improved version of @nickveliki -s docker file - manual actions not required anymore - flutter, android-sdk and java versions updated to the latest ``` #------------------------------------------------------------------------------------------------------------- # Flutter Dev Container -...