Jay Borseth
Jay Borseth
I'm trying to avoid importing RecommendedExtensions and have created my own alternate which doesn't include Katex, Mermaid, and Codemirror. since these three extensions use 1.8MB and I don't need these...
I need to dynamically reload the HTML tree in response to an outside event (clicking on a map icon). Usually this works fine, but Intermittently (maybe only if there is...
I'm finding that any API which uses: `[Authorize(Role.Admin)]` never gets called, due to Authorization failure even for Admin defined users. I'm guessing this is because there is a class called...
I'm unable to get the **forgot-password** flow to work. The email is correctly issued, but after clicking on the email link things go awry. Similar to issue #13, the **ValidateResetToken**...
I was puzzling over why I couldn't get email verification to work, and came up with this solution: Current code in AccountsControlelr.cs, line 70. ``` [HttpPost("verify-email")] public IActionResult VerifyEmail(VerifyEmailRequest model)...
Sorry for the interruption, but I don't understand why the mask is reshaped in binary_crossentropy_example.py, line 106: `mask_list= mask_list.reshape(batch_size,IMAGE_H*IMAGE_W,NUMBER_OF_CLASSES)` but the image_list is not similarly reshaped. The code works perfectly...
**mapbox-gl-js version**: 2.4.0 **browser**: Chrome 92.0.4515.131, also happens on Edge and Safari ### Steps to Trigger Behavior 1. Switch from 2D to 3D map view. 2. Attempt to edit an...
Current main branch isn't compatible with current tiptap beta.171. These are the changes needed to bring it up to date.
### What happened? 1. Upgraded to [@quasar/app-vite-v2.0.0-beta.1](https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-vite-v2.0.0-beta.1) 2. Build and deploy test production version **everything** works (YEAH!!!). 3. But, only when using `quasar dev -m pwa` or `quasar dev -m...
**mapbox-gl-js version**: 3.1.2 **mapbox-gl-draw version**: 1.4.3 ### Steps to Trigger Behavior 1. Begin drawing a LineString. 2. Note that completing the line with a **mouse click** twice on the same...