Pedro Perpétua

Results 8 comments of Pedro Perpétua

Just stumbled upon this bug - still present in Refined Storage 1.10.6 (MC 1.18.2) and also affects: - Portable Tanks from PortableTanks - Smeltery Tanks from Tinkers construct (It probably...

I _belive_ (could be wrong) that the only change Strict Mode makes that actually could change behaviour is that it will run `useEffect` twice for components... maybe there's something that...

I just encountered this problem (importing from `django_stubs_ext` works but pylance resolves it to `Any`) and re-installing the extension (Pylance) fixed it for me.

I personally use this snippet: ```py """Type alias for Mixins.""" if TYPE_CHECKING: GenericViewMixin = GenericAPIView APIViewMixin = APIView else: GenericViewMixin = object APIViewMixin = object ``` And have my Mixins...

As a temporary workaround while this issue isn't fixed, this `afterAllFilesWrite` bash script will add `//ts-no-check` to all the generated files so that the error is suppressed; obviously not ideal...

@alissaVrk @kirill2400 I've identified and "fixed" the issue with Vite. The packages built and published get built under the name `dist/dnd-kit-.esm.js`; however, in the published packages, the package.json points the...

_Still searching for solutions_

_Still searching for solutions_