leofidus

Results 16 issues of leofidus

I tried importing a CSV file which contains ampersands in the header line. Example File: ``` "Login Name","Starting Date & Time" "test","2014-07-01T07:41" "nobdy","2014-07-01T08:00" ``` On Windows 7 this file results...

This implements #131 for devices with a compatible accelerometer (so currently only #149). I have implemented it as a "driver", allowing any board to use it with the available accelerometer...

This is an app to show accelerometer values based on @Carglglz's driver in #149. It looks like this (except that the title now displays properly): ![](https://i.imgur.com/G42PGu3.jpg) In that picture you...

This implements GCP as a file store. Some care was taken to allow flexibility in the configuration to allow usage with Google's CDN or any ther CDN. I haven't implemented...

The only possible redis config are host and port ([src/rest/auth.ts#L43](https://github.com/atlassian/nucleus/blob/master/src/rest/auth.ts#L43)), but this is only a small subset of possible options (https://www.npmjs.com/package/connect-redis). In my specific case I need to connect using...

Both SASS and SQlite3 failed to build on Ubuntu 18.04 LTS. This upgrades both dependencies to the current version, fixing this problem. Note that the sqlite update is an update...

My electron app includes a webview tag with preload script. I would like to use typescript for the preload script, but electron-prebuilt-compile doesn't compile it. I tried following https://github.com/electron-userland/electron-forge/wiki/Using-'preload'-scripts (as...

OS: Windows 11 22H2 Camera: `Name: AI Front Camera, Description: MediaFoundation Camera, Extra: \\?\display#qcom_avstream_8280_lenv#3&98d97ee&1&uid32768#{e5323777-f976-4f5b-9b55-b94699c46e44}\{4faeafd4-041b-4e46-85fd-400473891182}, Index: 0` (webcam of a Lenovo X13s) Backend: input-native I've been trying out the capture example,...

As stated in the readme, some touchpads don't work. This is because [src/rawinput.rs#L77](https://github.com/Jonesey13/multiinput-rust/blob/master/src/rawinput.rs#L77) skips events if the device is not found in the device map, but precision touchpads actually send...

I won't claim that I know why this is useful. It doesn't seem to change anything in my setup, but it also doesn't make it worse, and it's a reasonable...