Nelson Martell

Results 37 issues of Nelson Martell

I'm wondering if the template is able to interpolate custom variables.

There is a way to "allow from all, except this"? I mean, without the need of adding all else roles to 'is' key. Or 'not' operator: ``` php

proposal: accepted

I guest is not viable to implement translations via gettext, like I suggested in #54. But you can still implement translations via Transifex! :grinning: There is not only gettext format...

help wanted

My username has spaces: "Nelson Martell". I get that error when I run: ```sh npx tsc-files --noEmit src\app\business\guards\has-businesses.guard.ts # or px tsc-files -- --noEmit ./src/app/business/guards/has-businesses.guard.ts # or full path npx...

Currently, we are using a master-dev version, and we don't know what actual "version" are we using, or its stability (stable/beta/alpha/**dev**) for updates. Should be nice to have use of...

Hi. I would like Wakatime to be compatible with partial commits. For example, I work for 3 hours and then I make multiple commits when I finish a stable update,...

```json "no-multi-spaces": [ true, { "exceptions": { "PropertyAssignment": false } } ] ``` Is detecting the error, but is not auto-fixed. ```js import { Observable , Subject } from 'rxjs';...

Hi. I'm trying to migrate from version 2.9.1, but when I run `phpdoc`, seems it does not use the `phpdoc.dist.xml` configuration file. ## Expected behavior Use my configuration file. ##...

bug

[This package](https://www.jsdelivr.com/package/npm/select2-bootstrap-theme) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`

**A brief description about the feature request** Filters were removed in Vue 3, but there is an approach for using [globalProperties](https://v3.vuejs.org/api/application-config.html#globalproperties) as $filters: https://v3.vuejs.org/guide/migration/filters.html#_3-x-update