-
Despite being clearly activated at version 0.0.3, the CLI thinks it is at version 0.0.1 when any command is run, and prompts me to update.
To reproduce:
* Ensure the CLI is removed by running `dar…
-
Currently only Maven plugins exist for simplifying the use of Glow. It would be helpful to have Gradle integrations as well since some projects use Gradle instead of Maven.
For example, when using …
-
While spending time in the code I've noticed that (I think) all CLI entrypoints are using manual parsing of command line arguments.
The code could be much cleaner and the CLI's more uniform if we ref…
-
### Library version used
>= 4.66.1 (that is the dependency from Azure.Identity 1.13.1) But the dependency in 1.13.0 is >= 4.65.0
### .NET version
8.0
### Scenario
ManagedIdentityClient - managed…
-
I have a setup where my tooling is sandboxed in a way that may require providing a custom path to some of the binaries. In the case of `vale`, when I start the LSP I get this server log:
```shell
…
-
From what i was told there should be 3 options for update type
the CLI options:
-u/--update-epub, ( this updates only the chapters missing i believe)
-U/--update-epub-always ( This will update t…
-
From @hemulin
Description:
As part of the v7 codebase, we have a multisig capabilities out-of-the-box. An account can be set as a multisig. The Libra_framework supposedly has the methods available…
-
Hi,
[CIP-105](https://github.com/cardano-foundation/CIPs/edit/master/CIP-0105/README.md)/[CIP-1852](https://github.com/cardano-foundation/CIPs/edit/master/CIP-1852/README.md) suggest to use the deri…
-
### Background & motivation
Right now all of Kurtosis monorepo is under BSL license, that is not an OSS license.
This is fine for Kurtosis Engine and APIC, since they are external dependencies for…
-
- 查阅代码,发现ModelService中启动时使用Model::setDb($db)设置了一次db实例,然后在DbManager中的modelMaker中也使用Model::setDb($this)设置了一次db,但是在继承他的think\Db类中,modelMaker成了空方法,导致就算重新创建了容器中的db实例,也无法更新Model中存储的静态变量$db,从而导致在cli模式下运行时手动重…