DavidMulder0
DavidMulder0
Just a small piece of feedback based on something I spend around 2 hours on ```typescript import { Application, Router, ServerSentEvent, } from 'https://deno.land/x/oak/mod.ts' const app = new Application() const...
What methods can be employed to minimize the stretching/pinching in the polar regions:  Source: https://globe.gl/example/custom-globe-styling/ Any advice would be incredibly welcome, as I have been struggling with this for...
Right now a mongodb enum is turned into a GraphQL enum, which will change all unknown characters to underscores as far as I can tell. How can I disable this...
**mapbox-gl-js version**: 3.0.1 **browser**: Chrome 200 ### Steps to Trigger Behavior 1. Start a `flyTo` that changes the center of the map 2. Do anything that causes the size of...
As far as I can tell at least the web demo doesn't work at all with anything except a non-disabled person's western input - Voice Typing input (windows + H...
Here is a JSFiddle with MathJS 14 using a direct copy of the [custom_relation_functions code](https://github.com/josdejong/mathjs/blob/develop/examples/advanced/custom_relational_functions.js): https://jsfiddle.net/uonxj72q/ The output shows that the custom relation functions do not seem to be used....
### What type of issue is this? Browser bug (a bug with a feature that may impact site compatibility) ### What information was incorrect, unhelpful, or incomplete? Intl.supportedValuesOf('timeZone') is incorrectly...
### Which package(s) are affected? Lit Core (lit / lit-html / lit-element / reactive-element) ### Description First of all, MDN notes that this event on inputs is not supposed to...
### Initial checklist - [x] I read the [support docs](https://github.com/micromark/.github/blob/main/support.md) - [x] I read the [contributing guide](https://github.com/micromark/.github/blob/main/contributing.md) - [x] I agree to follow the [code of conduct](https://github.com/micromark/.github/blob/main/code-of-conduct.md) - [x] I...
Nothing in the documentation for setDistinct implies anything about sorting the array/matrix, yet: ``` math.setDistinct([3, 1, 2]); // [1, 2, 3] math.setDistinct(['h', 'e', 'l', 'l', 'o']); // ['e', 'h', 'l',...