Results 14 issues of Jordi Burgos

I would like to use cuid in a Java project. I've seen there is a link to a project, however, it is archived. Is there any active Java implementation? If...

(node:2624) DeprecationWarning: node --debug is deprecated. Please use node --inspect instead.

From a linux clean environment, `build-essential` is needed. The getting started guide should be updated. sudo apt-get update && sudo apt-get install build-essential

The readme says: api.default.basePath = "https://example.com/api"; but it should be: api.defaults.baseUrl = "https://example.com/api";

bug
good first issue

### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

bug

### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

bug

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to profile a Go program and I have to use several manual steps. **Describe...

FeatureRequest

When karma/jasmine/angular shows the errors they are URL-Encoded. It is difficult to read the messages. Sample: ``` Error: [$injector:modulerr] http://errors.angularjs.org/1.2.22/$injector/modulerr?p0=poc2app&p1=%5B%24injector%3Amodulerr%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.22%2F%24injector%2Fmodulerr%3Fp0%3Dui.bootstrap%26p1%3D%255B%2524injector%253Anomod%255D%2520http%253A%252F%252Ferrors.angularjs.org%252F1.2.22%252F%2524injector%252Fnomod%253Fp0%253Dui.bootstrap%250Aw%252F%253C%2540http%253A%252F%252Flocalhost%253A9876%252Fbase%252FWebContent%252Flibs%252Fangular%252Fangular.min.js%253Fc66b93937039d5705d93a1e65fe9e7879f9f0a40%253A6%250AZc%252Fb.module%253C%252F%253C%252Fb%255Be%255D%253C%2540http%253A%252F%252Flocalhost%253A9876%252Fbase%252FWebContent%252Flibs%252Fangular%252Fangular.min.js%253Fc66b93937039d5705d93a1e65fe9e7879f9f0a40%253A20%250AZc%252Fb.module%253C%252F%253C%2540http%253A%252F%252Flocalhost%253A9876%252Fbase%252FWebContent%252Flibs%252Fangular%252Fangular.min.js%253Fc66b93937039d5705d93a1e65fe9e7879f9f0a40%253A20%250Ae%252F%253C%2540http%253A%252F%252Flocalhost%253A9876%252Fbase%252F .... ``` Decoded: ``` Error: [$injector:modulerr] http://errors.angularjs.org/1.2.22/$injector/modulerr?p0=poc2app&p1=[$injector:modulerr] http://errors.angularjs.org/1.2.22/$injector/modulerr?p0=ui.bootstrap&p1=[$injector:nomod] http://errors.angularjs.org/1.2.22/$injector/nomod?p0=ui.bootstrap w/

I am using spring-nats to send/receive messages to a NATS broker. I tried to activate the embedded headers mode but it does not work as expected. No header is sent...