Marek Dědič

Results 168 issues of Marek Dědič

I have two files in my project and want to input one from another. I get an error saying the file could not be found. Only explanation I can think...

When loading a utf-8 encoded file (from the internet), special characters(like ěščřžýáíé) are not displayed correctly.

Hi, thanks for creating difftastic, I was recently wondering if we could do diffing in a better way and this seems to be just that! I like to use git...

Hi, I have recently stumbled upon an issue with the `ReadonlyDeep` type. I have a type which has both members as well as call signatures (in my case the `JQueryStatic`...

bug
help wanted

Hi, I'm the author of the ThreadedIterables.jl package. It seems silly to me to have 2 packages to do the same thing in the Julia ecosystem... Could we port over...

**Is your feature request related to a problem? Please describe.** Hi, it's complicated for me to track what versions of `@material/theme` I need to use with what version of smui....

enhancement
dependencies

Hi, I have a text to internationalize which contains a link. Currently, there is no easy way to do this. **Describe alternatives you've considered** I have tried: ```svelte $_("text", {values:...

help wanted

## Feature Request It would be great if php-scoper supported PHPDoc prefixing as many linters use those (phan for example)

enhancement
help wanted

Hi, in my configuration, I am testing svelte files written in typescript. In my `jest.config.json` I have: ```json { "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.svelte", "src/**/*.js", "src/**/*.ts" ], "coverageDirectory": "coverage", "coverageProvider":...

question