Viktor Vincze

Results 26 issues of Viktor Vincze

# Done (keeping them just because it looks cool) - [x] ~Refact the code to make it easier for other maintainers start on it easily~ - [x] ~`Typescript` support ->...

task-list

I'm curioius for what purpuse your using mhy, how you use it and what is your overall experience with it?

discussion

I don't know what's wrong. Any ideas? ``` Run lots0logs/[email protected] (node:2517) UnhandledPromiseRejectionWarning: HttpError: Empty value for parameter 'owner': undefined at /home/runner/work/_actions/lots0logs/gh-action-get-changed-files/2.0.6/dist/main.js:3721:15 at Array.forEach () at /home/runner/work/_actions/lots0logs/gh-action-get-changed-files/2.0.6/dist/main.js:3689:12 at Array.forEach () at...

bug
help welcomed

On our projects we're also resolving from extra `node_modules` paths. ``` resolve: { modules: [anotherNodeModules, 'node_modules'] } ``` Is it possible somehow to support this scenario?

We're not using Yarn, would be nice if we could use the plugin with npm also.

I could not find a license. I'd like to use your function `convertCharStr2CSS` and ask if I can. Also, committing a license in the repo would be nice. Thanks in...

## Bug report ### Describe the bug Using the backend API the `localizations` property will be ignored completely during updates. ### Steps to reproduce the behavior 1. Create to separate...

source: core:strapi
status: pending reproduction
source: plugin:i18n

```.header { width: 100% }``` ```import { header } from './styles.scss'```

I'd need to change the analyzer to `whitespace` for my URL Slug fields, otherwise, it'll ignore dashes. Any idea how can I solve this quickly and update the index?

I'm creating entries using the Strapi REST API but these are not being added to the ES index. Updating an entry from the Admin Panel works fine.