Bnaya Peretz

Results 58 issues of Bnaya Peretz

https://codesandbox.io/s/determined-herschel-6ugg1?fontsize=14

Some third party packages may ship miss-configured sourcemaps, that interrupts the build See: https://github.com/facebook/create-react-app/discussions/11278#discussioncomment-1780169 To trigger the error, simply install "[email protected]" add `import {} from "stylis-plugin-rtl"` somewhere in the code...

CLA Signed

## Current Behavior `@nrwl/react/plugins/component-testing` is lacking webpack config parts that exists in `@nrwl/react/plugins/webpack` Which leads to that code that builds and runs using regular react webpack setup does not build...

type: bug
scope: testing tools

** I've opened this issue for future reference ** Since 3.0, TypeScript has a feature called Project References https://www.typescriptlang.org/docs/handbook/project-references.html That's allow to build multiple related typescript packages with separate tsconfig's...

following discussion on discord, https://discordapp.com/channels/445761008837984256/445761258696736790/657739072470646794 TypedArray endianness is platform specific Malloc supports loading external arraybuffers, that possibly was created & used on a device with different endianness. For example: passing...

Pros: Will allow max heap size of `2^53−1` and not only `2^32−1` Cons: Additional 8 bytes overhead for each allocated block + few more constant bytes for the state values....

A new ArrayBuffer is guaranteed to be zero initialized [ref](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer#Return_value) `malloc` knows if it has allocated fresh memory, or re-use a block ** `calloc` can use that info to decide...

Fix #718, Restructure files structure so on consuming project, when importing symbols from the package top level, It will not load any `d.ts` file that references Proxy related types. Feel...

mobx monorepo is using release workflow based on https://github.com/atlassian/changesets Among other things, it has change log generation https://github.com/mobxjs/mobx/pull/2616

enhancement