-
### Bambu Studio Version
1.9.7.52
### Where is the application from?
Bambu Lab Official website
### OS version
OS: Mac Sequoia 15.0.1
### Additional system information
Mac Mini M1 16Gb 250Gb
…
-
I made [WSDOM](https://github.com/wishawa/wsdom/blob/main/README.md), which is a Rust→JavaScript RMI. It's like web-sys, but runs over WebSocket instead of in WebAssembly. If integrated into Dioxus, i…
-
### Description
I am seeing what I believe is unintended behavior for dependency resolution with SwiftPM
I have two libraries that are tagged as pre-release:
* https://github.com/liveview-nat…
-
```
What steps will reproduce the problem?
1. Select "Mode SCENE"
2. Press "Lv" button in dslrdashboard
What is the expected output? What do you see instead?
I would expect the camera to go into live…
-
```
What steps will reproduce the problem?
1. Select "Mode SCENE"
2. Press "Lv" button in dslrdashboard
What is the expected output? What do you see instead?
I would expect the camera to go into live…
-
**Is your feature request related to a problem? Please describe.**
Glad to see a solid alternative to Electron! While Rust is a great choice (though I am currently building apps in Elixir) I much p…
mayel updated
3 months ago
-
May I ask how to increase image resolution in LiveView
-
A common pattern in our codebase is components that take fn from parent to let components pass data/events up. This pattern is detailed in the live view documentation here. https://hexdocs.pm/phoenix_…
-
How to use this when i need prefix on my queries? I have setup multitenancy with prefix, but i cannot get this to work in liveview. I keep on getting `ERROR 42P01 (undefined_table) relation "users" do…
-
follow up to #122
The way we're pulling these in right now means we're delivering all of vue and lux to client machines. To make these packages smaller we'll have to set up a more complex build pi…