Bojidar Marinov

Results 56 comments of Bojidar Marinov

@rredesigns So, you think a PR with two unrelated changes is better than one which can be insta-merged? By all means, just make a PR. You can even do it...

PHP has a PECL extension + PEAR package for BBCode - http://php.net/manual/en/book.bbcode.php Given that it is possible to install PEAR packages through composer, I guess we might use it just...

Looking at [the API which the editor uses to get the assets](http://godotengine.org/asset-library/api/asset?category=&godot_version=&sort=updated&filter=psd&godot_version=any), it seems like the icon URL has an additional TAB character in front: ``` … "icon_url": " \thttps://raw.githubusercontent.com/2shady4u/godot-psd-importer/master/icon/godot-psd-importer-icon-256x256.png",...

[`:focus-within` is unsupported on some browsers](https://caniuse.com/#feat=css-focus-within), especially Edge and Android's default browser. Additionally, I don't know if there is a way to focus the inside of an invisible form on...

@iman-salmani that would be fine, as long as it is shown by default when javascript is disabled, or if the button works without javascript.

Would be nice if we get this sorted out before Godot 3.0 release 😃 A tag system would be relatively easy to do (I hope), though searching by tags might...

Good to see some discussion about it; there have been discussions of making the whole asset library be a GitHub repository with some json/yaml/ini files almost from the very start....

> infused with some JS magic Just a reminder that if one wants to display the reviews directly in the editor, they would either need an API gateway that interacts...

Yeah, both browser and editor follow redirects already, so it should be fine.

Ok, here are some things that are (I think) already most-used: - 2 spaces (never 4 or tabs), except in generated files (`composer.json` and `bower.json`) - In templates: Always `...