-
One of the things I really want is content inside dungeons. I can place dungeon furniture, but we need more things to actually place.
So far we have tables, chairs, crates, candles, torches and (…
-
https://github.com/candle-usb/candleLight_fw/pull/135#issuecomment-1317912852
hardfault on a F042. Description copied from the comment linked above :
I think I have an idea of the issue causing …
-
Hi, sorry to disrtub but i need some advice and sorry for the misuse of the issue.
I'm using openwrt and struggling with the slcan driver, unfortnuatley on openwrt there is no gs_usb support yet to…
-
Hi all,
First, thank you for this great repository.
We are facing a weird problem with our Canable-based tools using candleLight_fw.
We have built a small desktop application using python canopen …
-
```javascript
async sendCanFrame(arbitrationId, data) {
const frame = Buffer.alloc(0x14)
frame.writeUInt32LE(0xFFFFFFFF, 0x00) // echo_id
frame.writeUInt32LE(arbitrationId, 0x04) // ca…
-
```
What steps will reproduce the problem?
1. Execute:
Log.i(TAG, "getSupportedSceneModes: " + parameters.getSupportedSceneModes());
parameters.setSceneMode(Camera.Parameters.SCENE_MO…
-
Having sorted menus is huge quality of life feature and reduces the time you spend in menus. Since the magic menu sorts spells alphabetically, all related spells should have the same prefix. Some spel…
-
- [ ] Create a formula to convert KJ to KW to Lux
- [ ] Convert Lux to light modifier as per P:ES
- [ ] Automagically create a light source for a given Lux.
This formula converts wavelength to th…
-
Hello @slimelec , Thanks for the feature packed tool. The two CAN softwares you've linked in the ReadMe for Windows support saving the trace but stops after a few minutes. Do you know how we can do lo…
-
Using `std::stof` will truncate floats if the decimal separator of the current locale is not `.`
https://github.com/sailfishos/droidmedia/blob/f8426e752717ce4497fdb515e32f1c7e4d5dbbd2/droidmediacam…