Mara
Mara
If you only use a type in the "extern" block, the imported type is considered unused. This is probably because the extern content only occurs within modules in the file...
### What is the feature ? [Vega-Lite](https://vega.github.io/vega-lite/) is a high level grammar for interactive graphics. While the interactive features might be beyond the scope of this project, it is also...
When using biod-to-json.pl to generate data from a Chado database, the script generates multiple features for a gene when that gene has several associated analysisfeatures. Is there a way to...
This is a minor bash specific bug in tab completion. If you make a bookmark with the same name as the directory, for example: ``` mara@andromeda:~/bin/android-sdk-linux/extras$ to -b extras ```...
Zsh tab completion shows the full completion for a bookmark/subdirectory instead of just the current subdirectory level. ``` mara@andromeda ~ % to android/add-ons/ android/add-ons/ android/platforms/ android/sd-card/ android/temp/ android/docs/ android/platform-tools/ android/sources/...
Version: `"kanel": "^3.8.8",` node: v20.8.0 Attempting to run `kanel`. Config file below: ``` yarn run v1.22.19 $ kanel /Users/marakim/Documents/code/github/astralarya/rrobin/web/next/node_modules/cli-progress/lib/formatter.js:1 const _stringWidth = require('string-width'); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module...
Allow pipelining the some requests in a transaction without requiring that all the requests are pipelined. This would allow selecting to get the id of a row, then issuing multiple...
### What versions & operating system are you using? wrangler 4.20.0, MacOS Sequoia 15.5 ### Please provide a link to a minimal reproduction https://github.com/astralarya/tanstack-start-basic-cloudflare This is an attempt to update...
## 🚀 Feature Proposal Enable strong type checking of translations in monorepos with multiple i18next instances. Create a template type `i18nInstance`, which would accept the CustomTypeOptions declaration as a type...
### Why Current View component needs some changes to support WebGPU ### What Detect if renderer is WebGPU and use flipped Y axis convention ### Checklist - [ ] Documentation...