-
We need to have a cloud based API instance for developers to test against. It must:
1. Be integrated into our CI/CD pipeline so that the app is rebuilt with every newly merged PR.
1. Initialize th…
-
For multiple reasons, it can be useful to access a container's bindings : write some tests, check that the bindings are correct, export the bindings to a human readable format, etc.
Possibly re…
c100k updated
3 weeks ago
-
### Use case
Currently, `NodeClickHouseClient` is exported as a type in the client-node package.
https://github.com/ClickHouse/clickhouse-js/blob/a332672bfb70d54dfd27ae1f8f5169a6ffeea780/packag…
-
-
**Describe the bug**
TSyringe seems not to be working when used in a Chrome Extension using Webpack and ts-loader.
**To Reproduce**
```typescript
// Database.ts
class Database {
construct…
qwykx updated
3 months ago
-
**Is your feature request related to a problem?**
I would like the plugin not to split my import statements when they have a type specifier. For context, let's assume types are set to be sorted fir…
-
**Is your feature request related to a problem? Please describe.**
```ts
class Child extends Parent {
constructor(@inject('something') private something: string) {
super(); // This is requ…
-
**Is your feature request related to a problem? Please describe.**
Hi! First I would like to thank you, I've just set up your lib in the project of my company, this is dope!
I came across an issue w…
-
### Describe the bug
The new `@peculiar/x509` at `1.9.4` will pull in an update to `pvtsutils` to `1.3.3` onwards. This causes problems in key generation. Upstream report here: https://github.com/P…
-
## Description
TypeScript 5 support comes with the most recent version of Deno. One of the changes is how decorators work, and they require an extra bit in order to be properly typed with the chang…