-
Updated
Jan 23, 2021 - JavaScript
generator
Here are 5,408 public repositories matching this topic...
Fix vulnerabilities
Description
We've previously been running v5.0.0-beta2. Switching to the full release v5.0.0 results in the error ModuleNotFoundError: No module named 'nulltype'.
The fix was to add the nulltype package to my project's requirements but I'm not sure if this is expected and it doesn't seem ideal. Is this package really required or was it an accidentally inclusion?
openapi-genera
-
Updated
Jan 16, 2021 - Ruby
Search Terms
Theme, Shiki
Problem
Our brand colours are basically a dark theme. Typedoc is great at enabling you to create custom themes, but I don't see anywhere we can change the Shiki theme. So when we render code it looks horrible.
-
Updated
Jan 21, 2021 - Swift
-
Updated
Jun 16, 2019 - CSS
-
Updated
Jan 1, 2021 - Swift
-
Updated
May 29, 2020 - Objective-C
-
Updated
Oct 22, 2020 - Python
Currently, few icons are not visible in dark theme. Make them visible by using theme neutral icons. May be we can make use of https://shields.io/ to generate our own kind of badges. For eg: Javascript.
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Mar 11, 2020 - JavaScript
Describe the bug
I created a CountryField in my CrudController and want to use the Alpha3 format, but when I set it, in the New and Edit Form, all the flags are shown as UNKNOWN, even in the HTML code.
If I use the default Alpha2 format, the flags are shown normally.
In the Index and Detail pages, the flags are shown properly when using both Alpha3 and Alpha2.
To Reproduce
_Easy
Bug Report
The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:
{ "label":"ANR",
"model":"or.anr",
"type":"checklist",
"listBox":true,
"values": [
{"name":"a", "value":[1,2]},
{"name":"b", "value":[2,2]}
] }
model.or.anr = [[1,2]]; // fails to check "a"
If you would like a jsfiddle demo, let
-
Updated
Jan 8, 2021 - JavaScript
-
Updated
Nov 26, 2020 - Go
-
Updated
Nov 12, 2020 - Java
-
Updated
Oct 8, 2020 - JavaScript
Improve this page
Add a description, image, and links to the generator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generator topic, visit your repo's landing page and select "manage topics."


...this boilerplate is awesome, thank you for sharing it guys👍