Neil Morrison

Results 21 issues of Neil Morrison

I've got a file within my repo which has had a parent folder renamed (e.g. from `/tests/seach/index.spec.js` to `/tests/search/index.spec.js`) I'm running some tests on the diff of modified files, and...

When running ```js const uri = urijs(href) console.log(href, defaultScheme) uri.scheme(defaultScheme) console.log(uri.toString()) ``` in version 1.19.1 the console reads: ``` example.com https https://example.com ``` Which is what's intended, however, in version...

Just a draft PR since this is nowhere near ready but might be a decent starting point. Would potentially solve https://github.com/reaviz/reagraph/issues/41 Allows for showing icons within the spheres: ![Screenshot 2022-07-27...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Performance issue [ ] Feature...

bug

**Describe the bug** - We've created 2 (private) addons to cover things we need (will call them `@company/intl` & `@company/config`) - they just show a big textarea with live-editable JSON...

bug
needs triage

- `three` version: 0.156.1 - `@react-three/fiber` version: 8.14.3 - `@react-three/drei` version: 9.86.3 - `node` version: 20 - `npm` (or `yarn`) version: 9.6.7 ### Problem description: This might be me misunderstanding...

bug

Hi, I'm trying to use a Pi Pico W to connect to the [Apple Media Service](https://developer.apple.com/library/archive/documentation/CoreBluetooth/Reference/AppleMediaService_Reference/Specification/Specification.html#//apple_ref/doc/uid/TP40014716-CH1-SW7), but I'm running into a few issues. ```python async def connectBLE(): connection = await...

I'm not able to debug this very well but I'm seeing it as a reproducible thing both in the example code & my code based off of the example code....

e-rp

Hi, Feel free to point me in the right direction if this is supported just now (or is implemented in another crate I've not found yet), but what I'm looking...

Apologies if this is already in an example somewhere but I’ve not spotted it. I need to somehow read the large file name for a file. I don’t mind getting...