croraf

Results 17 issues of croraf

OS: Ubuntu 20.04 VSCode version: 1.49.2 Extension version: 1.5.3 Toolchain version: rustc 1.46.0 (04488afe3 2020-08-24) Build target: stable-x86_64-unknown-linux-gnu (default) Python version: Python 3.8.2 Debugger does not stop on the breakpoints...

stale
area:Breakpoints

Split WebAPI (environment) objects from the ES builtin objects. Perhaps delegate the implementation of environment objects to some other library.

enhancement
builtins

**Describe the bug** https://tc39.es/ecma262/#sec-block-runtime-semantics-evaluation with focus on NOTE 2 **To Reproduce** ```js 1; const a = function () {}; ``` **Expected behavior** Should return 1. Instead undefined is returned.

bug
execution

# Template If you dont understand something just leave it. If you can provide more detailed information than the template allows for, please ignore the template and present all of...

type: bug
status: needs investigation

### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/autocomplete-dontcloseonselect-hlj9mp Steps: 1. Open dropdown 2. Click outside of the `ul` but within the Popper or within the Paper. ### Current behavior...

new feature
waiting for 👍
package: material-ui
component: autocomplete

Last update on craco-cesium has been 3 years ago. Is that library maintained? As per recommended setup in resium and in craco-cesium with typescript added many TS features fail, for...

`onSelectedEntityChange` does get called with one argument of type Entity. However this is not defined in typescript type definition.

bug

In this section https://react-hook-form.com/advanced-usage#ControlledmixedwithUncontrolledComponents it says that MUI works only with Controlled components: ![image](https://github.com/react-hook-form/documentation/assets/19698636/f6c93e5d-e398-42e5-adce-9759455c1ce6) But immediately below the usage of MUI's `Input` with `{...register}` is presented (that is uncontrolled usage).

Is this available as npm package? @mkkellogg Can you make it available as such?

I need to make pem encoded secp256k1 keys. I do this: ``` var KeyEncoder = require('key-encoder'), keyEncoder = new KeyEncoder('secp256k1') ``` How I create raw keys from here? I first...