Lucian Mocanu

Results 149 comments of Lucian Mocanu

`superagent` is still using the deprecated function `url.parse` which is escaping single quotes. It should use `new URL(url)` instead.

I can confirm that everything is fine on Git Bash, no need for workarounds: ```sh eval "$(fnm env --use-on-cd)" ```

Seems to have been implemented in https://github.com/microsoft/winget-pkgs/pull/98786

@ImBIOS @Robokishan This is not an `fnm` issue, but rather how you configured `husky`. You may want to take a look at the husky docs: https://typicode.github.io/husky/troubleshooting.html#command-not-found I have this in...

This should be fixed now. However, I strongly recommend switching to [@travelerdev/nestjs-sentry](https://www.npmjs.com/package/@travelerdev/nestjs-sentry) since it has a better architecture (graphql separation) and other other fixes.

If you have plans for a major release, it would be great if the deprecated function `url.parse(value)` will be replaced with `new URL(value)`. It is available in node 10+ and...

I'm trying to put some order into a CDS project, and your library helps a lot! I stumbled upon this issue while working with aspects. Let's say we have: ```cds...

I'm thinking we could use some more generic decorators, i.e. `@Before`, `@After` and `@On` that would just map to `Service#before`, `Service#after` and `Service#on` until draft event decorators are properly implemented....

Same thing happens in bun 1.0.18 on macos arm64 if I do `require('@sap/hana-client')`. The package was installed with pnpm and comes with prebuilt binaries (no postinstall step).

> SAP and Couchbase are two enterprise solution together with OpenTelemetry that we use in our corporation. For telemetry we're using `dynatrace` like most SAP products, it used to crash...