Nick Hudkins
Nick Hudkins
@pizzapanther perhaps we could use an array of functions or strings. If listed as strings, we can check built in django permission code names and verify context.user against it. Thoughts?
@SimenB just ran into this same problem, and it appears that I needed to ignore my output folders as @CameronAckermanSEL mentioned. `modulePathIgnorePatterns: ["packages/*/dist"]` for me, as I have a mono-repo...
Hey @BerndWessels I have a repro of the issue right here: https://github.com/nickhudkins/sc-repro, it certainly doesn't seem like a `babel-plugin-styled-components` issue specifically, and is most likely something to do with `rollup-plugin-babel`,...
It appears that as of 1.10.7, `isStyled` is failing to return `true` when executed with rollup: https://github.com/styled-components/babel-plugin-styled-components/blob/master/src/utils/detectors.js#L67-L90 I would guess this has something to do with how rollup is generating...
https://github.com/styled-components/babel-plugin-styled-components/pull/283 If you want to give it a try, have at it. My local project is resolved with this change
Just ran into this when attempting to use `esbuild` inside of a `pkg`'d binary, which relies on platform-specific builds of esbuild (e.g. esbuild-darwin-64 for macOS). `esbuild` happens to allow an...
Hi @maxperrimond, it's been a while here, so my apologies. **Two questions:** 1.) Are you still actively using Sangria? 2.) Do you have interest in moving this along? One thing...
Hi @owetterau please provide a full sample of the code that is failing and hopefully someone can help you out!
Hey @sh0hei it looks like @yanns has a "blocked by dependencies" column in the projects, I assume this applies to this? Just trying to make sure I have a clear...