Jan Potoms

Results 221 comments of Jan Potoms

@blake-regalia I also just realised I often use `lua` in javascript for scripting with redis. Do you think that would be valuable target as well for nested syntax?

It makes sense that this module follows node's cjs resolution algorithm by default. I'd like to argue that `recurse` should follow this resolution algorithm as well. I understand that this...

I've reran the netlify build with success this time: https://deploy-preview-32107--material-ui.netlify.app/ Of the top of my mind, some of things this PR is missing is that can explain the reduced complexity...

I can get it to work with the following modifications: 1. Make sure to use dependencies as per https://github.com/mui-org/material-ui/issues/29742#issuecomment-978003198: ``` https://pkg.csb.dev/mui-org/material-ui/commit/97b8bd28/@mui/material https://pkg.csb.dev/mui-org/material-ui/commit/97b8bd28/@mui/styled-engine-sc ``` 2. [`styled` imports within `@mui/material`](https://github.com/mui-org/material-ui/blob/4ef7c201408a998470ce3546a59176ca11467b23/packages/mui-material/src/Button/Button.js#L6) are defined...

I took a look at this yesterday, and realised something. In order for untranspiled top-level await user code to work, webpack needs to provide it with an async context. The...

@ak239 Would love to be able to connect to any remote instance by running ```sh ndb http://some-host:9229 ``` Where on `some-host`, node was started with `--inspect`. It can then discover...

If it helps: it looks like Github doesn't linkify user handles when there's more than 50.

@domenic from that spec that @coreh mentioned: https://html.spec.whatwg.org/multipage/dom.html#the-innertext-idl-attribute >If this element is not [being rendered](https://html.spec.whatwg.org/multipage/rendering.html#being-rendered), or if the user agent is a non-CSS user agent, then return the same value...

@siimon I can cook up a PR for this. Do you have a preference/suggestion for naming the function? Another option could be to have `exponentialBuckets` accept an object as the...

Had to run `create-react-app` with `HTTPS=true` to make this work