Joshua Byrd

Results 37 comments of Joshua Byrd

Just had the same problem. I think tags in paragraphs should definitely retain their surrounding spaces because often you are "selecting" specific words within the paragraph and then when the...

I can confirm this is still an issue. I am using waitOn in my Route, but am going to try this.wait instead to see if it still happens. If you...

I have also noticed the inverse and short check doesn't always return true. Any update on a new implementation? @Martichou care to share your Rust code? -- Update: nevermind I...

I had this issue as well. It looks like oh-my-zsh has a functions command already. I didn't know about functions-emulator but I just did alias fns="/usr/local/lib/node_modules/@google-cloud/functions-emulator/bin/functions" in my ~/.zshrc and...

I ended up using this JavaScript Autocomplete which highlights uppercase and lowercase searches out of the box. https://github.com/Pixabay/JavaScript-autoComplete

This may be an issue here again. Just tried a fresh archinstall with btrfs and compression setting enabled, but no compression set in the fstab on system boot.

Can confirm the exact same issue. Seems to happen randomly. Sorry this is not much help in tracking down the root cause. (edit: here's the code that's throwing the error....

FYI: I managed to fix this by wrapping this else block of code in an `if` to check that positionAttribute was set I did it in my `node_modules/three/build/three.module.js` which isn't...

@vasturiano thanks. Seems to happen with default polygons and curve cap resolution, though with different results (see https://observablehq.com/@vasturiano/corona-virus-covid-19-globe) something to do with how the geojson gets converted into polygons creating...

Haven't yet found a solution @meshbor unfortunately. I think I'll have to go back to the drawing board and roll my own three.js globe.