Warren Hamilton Ronsiek

Results 6 comments of Warren Hamilton Ronsiek

You might want to look at this: https://github.com/skellyb/react-d3-wrap. It seems like he has already implemented a D3 component wrapper - might be able adapt it.

Same issue, but it happens only when I try to :require an npm library. Adding `@cljs-oss/module-deps` to package.json solve it.

Same issue here except I'm using node-js sdk.

I run this powershell script in my CI to auto-fix the problem during every build: ``` $filePath = "node_modules/react-native-windows/PropertySheets/Bundle.Common.targets" [xml]$xml = Get-Content $filePath $namespace = @{msb = "http://schemas.microsoft.com/developer/msbuild/2003"} function Add-ContinueOnErrorAttribute...

I have this exact problem. Very surprised that this use case hasn't come up. Seems like the API encourages you to do this with chaining mockIf and doMockIf but they...

I'm experiencing this issue with the following: ``` jobs: test: docker: - image: cimg/node:21.7.1 steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "yarn.lock" }} ``` the proposed workarounds don't...