Ryan Lincs

Results 9 comments of Ryan Lincs

this problem is related to 3269dfc One way to solve this is to modify two files: **packages.json** ```json "sqlite3": "^5.0.5", ``` **yarn.lock** ```yml sqlite3@^5.0.5: version "5.0.5" resolved "https://registry.npmjs.org/sqlite3/-/sqlite3-5.0.5.tgz#e8768ffcb4800a72216846898cd6c363ba1d83c9" integrity: sha512-ZZFOMW31IOMbUeSiL23TuWSjNyS7Z83EDJ80HJxCe78OZ+5BJT6IhAwAUnQgPsUl5z+Er0DGx7VjuTP7PKPNcg==...

是因为tale_latest.jar没有找到,需要把这个文件放在`tale`目录中

> the monospaced font in console is a great feature - I enjoy it very much ;-)) > > thank you for that and the thumps up Is this a...

This is really a shit. The data is forcely encoded as `application/x-www-form-urlencoded`.

I've encounter the same problem, in which `.dropdown-menu` hides under `.media-content` even after set `z-index` to a large number.

THIS IS A BUG, I assure you. here is a JS F. link [Bulma dropdown bug](https://jsfiddle.net/sg2v4309/4/) - click the `level-right` first item (red circle), there should be a popup(dropdown), scroll...

This is a bug introduced in `v0.6.2`. `v0.6.1` works properly.