Nelson Martell

Results 37 issues of Nelson Martell

Hi. IDK if put this here or in [paknahad/jsonapi-bundle](https://github.com/paknahad/jsonapi-bundle), because this happens when using this extension. I get this error (when authenticating using NelmioApiDocs or via Postman) when I use...

When I open my ESLint config, Atom crashes. This is the content of my `.eslintrc.json`: ```json { "root": true, "extends": [], "overrides": [ { "files": ["*.js"], "extends": ["eslint:recommended", "plugin:node/recommended", "prettier"]...

Hi. I'm using https://servicioshosting.com, and instructions works! :clown_face: But... When I use `git pull` I get some issues, since `public` is a symbolic link and I have to make `cp...

When I want to get an accented character in chat, I get "`" extra char. Example: Trying to type: ``` Hola, ¿cómo estás? ``` I get this instead: ``` Hola,...

I meant like #23 but before perform the web auth: ```ts const result = await plugin.signIn(providerId)` const { email } = result.userInfo; // or something like this ``` So I...

enhancement
help wanted

```json { "plugins": { "CapacitorFirebaseAuth": { "providers": ["phone", "facebook.com", "google.com"], "languageCode": "en", "nativeAuth": true } } } ``` When should be the **`nativeAuth`** property `true`, or `false`?

help wanted

**Describe the bug** `DynamoDbModel` is no calling `initializeTraits()` method, introduced in 5.7 (https://github.com/laravel/framework/blob/5.7/src/Illuminate/Database/Eloquent/Model.php#L168). Current package constructor implementation: https://github.com/baopham/laravel-dynamodb/blob/963811691313124e7562a02aefdcc31fdbd75e78/src/DynamoDbModel.php#L70-L79 This should be solved, without BC, by just calling the base constructor:...

I want to run validation on fields _only_ if they are enabled. I use a checkbox to enable/disable a fieldset. Here is the runing code of a simple example I...

I can make this to work with: ```js {{ $moment.utc(user.updated_at).local().fromNow() }} {{ $moment.utc(user.updated_at).local().format('L LTS') }} ``` But I would like to, instead, use something like: ```js {{ user.updated_at | moment('local',...

![imagen](https://github.com/wakatime/vscode-wakatime/assets/9272498/d3178117-119e-4aab-aca4-145f5261ca9e) Only the firts one has any effect (show/hide).