Massimo Santini

Results 17 issues of Massimo Santini

Serving the `test` dir and opening `/backbone-koans/` in the browser result in the console reporting the error that is the subject of this issue. The culprit seems to be https://github.com/alex-seville/blanket/blob/11f1a927477af163177a96df6590a397c1f4a0f5/dist/qunit/blanket.js#L29...

To avoid problems from globbing, now lines splitting is done via `readarray` bash builtin.

Save the following test in a file named `bug.bats` @test "stars are bad" { run echo '*' [ "${lines[0]}" == "bug.bats" ] [ "$output" == "*" ] } and run...

As suggested in https://news.ycombinator.com/item?id=11015713 one can use SVG and this trick https://css-tricks.com/svg-line-animation-works/.

enhancement

Add tests and measure coverage… don't be lazy!

enhancement

Following the Numpy, or Google, convention supported by http://www.sphinx-doc.org/en/stable/ext/napoleon.html.

enhancement

Take the example at https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Basics, more specifically the code at https://github.com/mdn/learning-area/blob/master/html/tables/basic/animals-table-fixed.html and point it to this css instead of the provided one. You get (with the latest Firefox on OSX)...

bug
Hacktoberfest

### Environment Flask-Appbuilder version: 8a18281002d55a50416cf98dad8d75c4c218dbb8 pip freeze output: apispec==3.3.2 asttokens==2.0.5 attrs==21.4.0 Babel==2.9.1 backcall==0.2.0 black==22.1.0 click==7.1.2 colorama==0.4.4 debugpy==1.5.1 decorator==5.1.1 defusedxml==0.7.1 dnspython==2.2.0 email-validator==1.1.3 entrypoints==0.4 et-xmlfile==1.1.0 executing==0.8.2 Flask==1.1.4 Flask-AppBuilder==3.4.4 Flask-Babel==2.0.0 Flask-JWT-Extended==3.25.1 Flask-Login==0.4.1 Flask-OpenID==1.3.0...

This is probably related to #23. If the model contains a `ListField` wrapping an `EmbeddedDocumentField` and the latter is built from a string, then `model_form` fails. The following code shows...

type: bug