-
Hi! It works just fine locally but when deployed in cloudflare, whether it's SHA-1 or SHA-256. it ends up saying unknown hash function
here's my code
```ts
import { getConfigFor } from '$lib/…
-
https://mp.weixin.qq.com/s?__biz=MzU5ODYyNTkxMA==&mid=2247486491&idx=1&sn=1a1e06914c7a6d72724698b8c6ea5b7d&chksm=fe401702c9379e14181c35622ae38c7f9156cc4e5c49c7b0543d4ea67313f059e6ac191dcf1b&token=1620…
-
**Describe the bug**
I register different basic services in different child containers of the root container. Then I resolve dependent `@injectable` services from each child container. I assume each …
-
Since graphql-utils had updated their package to version 8.0.0, the current docs don't help users to build their resolvers with directives into the new format of graphql-utils.
It'll be awesome if y…
-
I am in the process of introducing [tsyringe](https://github.com/microsoft/tsyringe) into some internal projects. Dependency Injection is a beautiful thing! I'd like to combine it with RTK Query by al…
-
**Describe the bug**
I am trying to use tsyringe in hono app for dependency injection but i am getting below error. Let me know if you need any more info.
```
wrangler:inf] Ready on http://localhos…
-
I've been using ```vite-plugin-monkey``` successfully for a while now, but haven't tried the built-in CDN stuff until today. I made a little proof-of-concept version using jsdelivr's version of the li…
rwv37 updated
3 months ago
-
Hi, I'm running a FIKA server. Sorry but I don't know where else to go for this issue. I'm running a Fika server on Linux. Decided to update everything to 3.9.0 and received this error instead. I have…
-
**Describe the bug**
Providers are being resolved when not registered through any mechanism.
**To Reproduce**
```typescript
import 'reflect-metadata';
import { container } from 'tsyringe';
…
rhyek updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
Currently there are no tests written for `src/services`. These services are Cache Services and as project is moving forward, a tes…