Andrei Neculau

Results 172 issues of Andrei Neculau

I've noticed that I can write `arr.concat(...)` without eslint to complain, indicating that `_.concat(arr, ...)` would be preferred. Is this intentional?

current code says ` constructor(private http: HttpClient, public prefix: string = "/assets/i18n/", public suffix: string = ".json") {}` but #11 requested `./assets/i18n/` frankly, `assets/i18n` would/should work too

**Is your feature request related to a problem? Please describe.** Safari 14 is supporting Web Extensions. Thus maybe this extension would work as well (given that the user script doesn't...

enhancement

a function that returns a CString is not supported it seems

bug
has workaround

just as the title says https://github.com/adrai/enum

enhancement

I'm wondering if you would consider bumping the git to 2.18 or greater on your images. The background of this request is that the Github Actions' Checkout action (that's a...

### Description Similar to https://github.com/actions/virtual-environments/issues/2707 , I am noticing slower MacOS agents. It's random, but often: 10-25% of the runs are slow. A good run can "uninstall homebrew" (i.e. mostly...

Area: Apple
investigate
bug report

comma-first style often implies that the comma is aligned dynamically e.g. ```sql select * , cast(timestamp as timestamp) from foo ``` ```js const a , b; ``` which would be...

file format

First of all great collection! 👏 Secondly, I'm wondering if it's on purpose that you don't include a gitconfig with the diff drivers. For example the elixir gitattributes: `diff=elixir` is...

When we revived HTTP Decision Diagram in 2013, the best way to draw this was Omnigraffle. Then we moved over to Cosmogol/JSON and SVG versions. A decade later, there's XState...

enhancement
help wanted