Mateusz Konieczny

Results 598 issues of Mateusz Konieczny

Is it a suitable start for someone with 0 Rust experience? (my guess: yes, but it is a guess and it turned out to be wrong) > small exercises to...

C-question
A-docs

I expected to see following question rendered as "← 'b'" but "← ' b'" appears (example reduced from problem appearing in a real set of questions). ``` [#1] ^^← 'b'^^...

bug

I prepared test case with https://github.com/matkoniecz/broken-link-checker-local-utf8 `blc https://matkoniecz.github.io/broken-link-checker-local-utf8 -r` See https://matkoniecz.github.io/broken-link-checker-local-utf8/ - both link work, one with utf8 characters gets BLC_UNKNOWN/HTTP_undefined errors ``` mateusz@grima:~$ blc https://matkoniecz.github.io/broken-link-checker-local-utf8 -r Getting links from:...

bug
needs confirmation

"Packages No packages published" is displayed right now, fortunately this pointless section can be removed. Edit repo page config to remove it (cog next to the description). I am not...

enhancement

https://github.com/winterDroid/android-drawable-importer-intellij-plugin#contribution

``` Unable to create directory /drawable-mdpi java.io.IOException: Unable to create directory /drawable-mdpi at org.apache.commons.io.FileUtils.forceMkdir(FileUtils.java:2384) at de.mprengemann.intellij.plugin.androidicons.images.RefactoringTask.copy(RefactoringTask.java:184) at de.mprengemann.intellij.plugin.androidicons.images.RefactoringTask.move(RefactoringTask.java:231) at de.mprengemann.intellij.plugin.androidicons.images.RefactoringTask.access$200(RefactoringTask.java:45) at de.mprengemann.intellij.plugin.androidicons.images.RefactoringTask$1.run(RefactoringTask.java:79) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715)...

Triggered by https://gis.stackexchange.com/questions/392452/why-d3-js-works-only-with-geojson-violating-right-hand-rule It would be useful to have functionality with d3 to rewind right-hand geojson into left-hand geojso. Right now displaying RFC 7946 geojson requires importing extra library. (and...

Is it configurable? Will it work also near borders? Based on https://medium.com/@x_inaka/fast-reverse-geocoding-with-offline-geocoder-9fdb5fd06a5c it seems to be based on limited dataset of cities and therefore is not possible to increase accuracy...