-
We have a few use cases where we'd like to leverage source generators to produce non-source files. Basically, we want to use source generators to generate secondary build outputs. For example:
* We…
-
I think it may be useful at the beginning of a project or hw to discuss more about common functions that we'll all need for our code. For example, my pVectorGenerator file included a function called v…
-
Hi,
We have several questions on the code structuring and function functionality inconsistencies:
---
## Pattern-based methods
### General/Noise Generation
### 1.
In some environment …
-
When a user sees a reference to generated code it would be useful for them to be able to navigate to the location that caused the code to be generated. It might be more useful than being able to navig…
-
Related to: https://github.com/linkml/linkml/issues/1784
**What is your feature request?**
I am actually a defender of `utils` modules as a valid pattern, where sometimes small routines genuinel…
-
## Bug report
### Required System information
- Node.js version: v18.20.4
- NPM version: 10.7.0
- Strapi version: 5.2.0
- Database: mysql
- Operating system: linux-x64 - Ubuntu…
-
Given the following authored code:
```js
function foo() { | (A) kind "function", name: "foo"
if (...) { | | (B) kind "block", name: null
x(); | |
} | …
-
We originally decided not to go this route because of the additional friction imposed during installation. However, project generators like `mix igniter.new` and `mix phx.new` can add `:igniter` autom…
-
A lot of functions can be made static and used by all subgenerators (client, ui and soon enough test and model). The static function will need a target type and maybe some if-statements to manage the …
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
*…