Numan Zaheer Ahmed
Numan Zaheer Ahmed
Is it possible to add Deno Support?
### Godot version 4(master) ### Plugin version master(1436024f595fd99cd885950319867fd3d371963b) ### System information Windows 11 Pro 22H2 64 bit ### Issue description I get following error when trying to build on Windows...
It's been few years since this code was written. There have been some bug fixes in the upstream over the years. Is there any plan to rebase this project with...
`use_2to3` has been removed from setuptools after version 58. No longer builds nor gets installed via pip or otherwise. Breaks any projects that depend on it. Users downgrading setuptools or...
[FTS5](https://www.sqlite.org/fts5.html) is an SQLite [virtual table module](https://www.sqlite.org/c3ref/module.html) that provides [full-text search](https://en.wikipedia.org/wiki/Full_text_search) functionality to database applications. Is there a way to use it with sqlite-xsv? I couldn't find a way to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### Problem Description I turn off 'Check for updates automatically', because I don't want to update Rancher Desktop without explicit action. But there's no way to check for updates manually...
### Version Latest from Google Play Store - 1.10.2 ### What platform are you using? Android ### OS Version Android 14 on the device ROG Phone 7 Ultimate with Stock...
We don't always need all columns when generating the csv/json dump. Requesting a way to supply column list for csv dump.
### Describe the bug We use LTS Node 20 with --no-experimental-fetch with Axios 1.6.8. This version of axios suggests using global FormData which is experimental in Node 20. So we...