Jay Borseth

Results 37 comments of Jay Borseth

Just hoping the dev team realizes that Typescript/Vue debugging is still broken for at least some of us! Please read #9614 for more details. Some direction here would be useful,...

I seem to be experiencing this issue with mapbox geocoder results within a `q-card-section`. Only on iOS/PWA the click handler for autocompletion results fails to fire. This link implies that...

I have no idea if this is the correct way, but I changed the return value of `Placeholder`: ``` ... "OPrint", "OImage", "OEmbed", new Placeholder({ showOnlyCurrent: false, emptyNodeText: node =>...

Here's an example of making the menu fixed at the top, modified from: `https://donotebase.github.io/quasar-tiptap/examples/all` ``` .editor__content { background: #fff; padding: 40px 50px; } .editor-scroll-area { position: absolute; min-height: calc(100vh -...

Is it correct to assume this same issue exists with **'Points'** also? I'm trying to use: `layout: { ... "text-field": ['get', 'name'], ... },` or alternatively: `layout: { ... "text-field":...

While editing, have you tried a style like: ``` { id: "gl-draw-polygon-midpoint", type: "circle", filter: ["all", ["==", "$type", "Point"], ["==", "meta", "midpoint"]], paint: { "circle-radius": 4, "circle-color": "#FFc000", }, },...

Here's another variation of the same basic problem (direct_select allows line movement): 1. Create a line_string in code. 2. User clicks on the line. 3. Try to go immediately to...

From looking at the code and description, I'm guessing this would be fixed by pull request https://github.com/mapbox/mapbox-gl-draw/pull/901

@gilmoreorless Your comment was super helpful. Thanks!

Here's an example of embedding claims into the jwt: https://dotnetcoretutorials.com/2020/01/15/creating-and-validating-jwt-tokens-in-asp-net-core/