Kasper

Results 122 issues of Kasper

It seems like the `exp()` method causes an infinite loop no matter what you give it. Example: ```rust use decimal::d128; fn main() { d128!(10).exp(d128!(0)); } ```

On macOS Catalina 10.15.7, the [GitHub Desktop](https://desktop.github.com/) app keeps crashing when LuLu is used. Not sure it's actually an issue with LuLu, but could be Log: https://pastebin.com/4Y2rW1Fa Related: https://github.com/desktop/desktop/issues/14046

FastDMG doesn't seem to work when replacing Finder with an alternative like [Path Finder](https://cocoatech.com/) (You can make Path Finder default in `Preferences > General > Set as the default file...

**Describe the bug** As you can see in the screenshot below, the Svelte VSCode extension does not see that `Router` and `Nested` are used inside ``. It does however detect...

### **Describe the bug** I've noticed Tauri sometimes freezing, for several seconds. It's not super frequent, but if I'm working on an app for several hours, there's a good chance...

type: bug

### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...

platform: macOS

### Describe the bug It's possible to make content from the webview appear outside of the window, and cause some glitchines https://user-images.githubusercontent.com/11315492/178119617-9602b1e7-a1ee-4606-8d85-2e6182ee6992.mp4 ### Reproduction I'm experiencing this specifically with this...

type: bug
platform: macOS
status: needs triage

### Discord username (optional) _No response_ ### Describe the solution you'd like? The website talks about being fully native, which makes me wonder, why is Warp about as large as...

### Describe the bug There's no `svelte-check` error when binding to a property if the property is a broader type. ### To Reproduce ```svelte import MyComponent from './MyComponent.svelte' let value:...

bug

### Describe the bug If you've exported a function using ``, HMR updates from that component causes other the exported function to no longer run from other components where it's...

bug
hmr