Clement Levallois

Results 18 issues of Clement Levallois

I'd like to use this bootstrap css framework, but accessed through the Gluon SceneBuilder. I see there is an "add css stylesheet" in the menu of the SceneBuilder but I...

question

Hi, Thanks for this library! Would it be possible to add the styling for CombBox? It looks like this by default: ![image](https://user-images.githubusercontent.com/1244100/111743029-5b625480-8889-11eb-80d0-4dae4c34a649.png)

Version: 1.8.4 OS: Windows 10 Education To reproduce: - Open AsciidocFX, click the icon "open folder" - Choosing a folder situated on the Google Drive synch'ed version to my local...

Nice. Does anyone use it? _Originally posted by @shengang1978 in https://github.com/vdurmont/emoji-java/issues/204#issuecomment-1916012361_ Yes I do and it works as intended

Is your app providing real time traffic? If so what's the trick for Google to provide this info? Thx!

Simply add `data.title = typedItem.getTitle();` -> like so: ``` switch (item.getType()) { case FormApp.ItemType.LIST: case FormApp.ItemType.CHECKBOX: case FormApp.ItemType.MULTIPLE_CHOICE: data.title = typedItem.getTitle(); data.choices = typedItem.getChoices().map(function(choice) { return choice.getValue(); }); break; ```

Hi, Thanks for the great work. To differentiate Gephi lite from Gephi desktop in terms of visuals / logo , it could be convenient to have a specific logo -...

Hi, Just a question, I wondered if using Gremlin (https://github.com/tinkerpop/gremlin/wiki) instead of Cypher would change anything to this use case - in terms of clarity / ease of use of...

question