Jeroen Akkerman

Results 26 issues of Jeroen Akkerman

The no_throwing_strings rule does not trigger when using round brackets. Consider the following code: ```coffeescript test -> throw 'moo' # Lint fails (correct) ``` ```coffeescript test -> throw('moo') # Lint...

Champion.gg now allows to choose between Platinum(+), Gold, Silver and Bronze ranks. I'd like to be able to switch between the leagues to match the league I'm playing in. The...

enhancement

**Is your feature request related to a problem? Please describe.** Current codebase of the editor contains a lot of legacy code, is difficult to maintain and depends on a toolchain...

Improvement

**Description** Any `` element without a `fill` attribute displays white text instead of black. **SVG code** ```svg Test text ``` **Expected result (Chrome)** ![image](https://user-images.githubusercontent.com/3472373/150393523-cfa5fc5c-ccc6-499c-b87f-0ad800fcf728.png) **Actual result (Flutter)**, ignore image size...

Hi, I am not sure if this is the correct place to discuss my issue, because I am not sure it is flutter_svg related. **Description** I'm trying to display an...

Currently some Response functions return the Response. These include `response.send()`, `response.json()` and some others. Why do those functions return Response, but others like `response.sendFile()` and `response.render()` don't? Currently I am...

help wanted
doc

# Bug A link to a specific endpoint on https://esi.evetech.net/ui/ no longer scrolls to that endpoints and opens it for viewing. ## Request Example: https://esi.evetech.net/ui/#/Planetary%20Interaction/get_universe_schematics_schematic_id https://esi.evetech.net/ui/#/Status/get_status ## Response The links...

bug
esi-swagger-ui
Internal Issue Created

**Is your enhancement related to a problem?** The AN/PRC-117F radio does not fit inside the vanilla radio backpacks added in the Contact DLC like `B_RadioBag_01_black_F` **Solution you'd like:** Make the...

duplicate

Added compatibility for FontAwesome 5 by creating a seperate element for the icon and nesting it inside the button element instead of putting the classes on the button element. This...

The markdown editor does use the FontAwesome 5 icons, but the spacing and other css is wrong. ![screenshot_20171130_102942](https://user-images.githubusercontent.com/3472373/33423556-79504c80-d5b9-11e7-8976-d14b16e7c95e.png) As FontAwesome 5 is nearing release, it'd be *awesome* if support is...