Allen Lantz
Allen Lantz
Not sure why the tests fail, component works perfect for me. After playing around with it, the reference setter is never setting a valid dom element, so 🤷♀️
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? Issue #35 ## What does this change...
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? Motivation is in issue #1306 ## What...
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? While I have yet to actually use...
### Describe the bug Doing `SELECT array::distinct(v) FROM test:test;` where `test:test.v` is an array of 10k values took 25 seconds. While doing the same thing but changing the distinct implementation...
### Is your feature request related to a problem? [From Kiiq#2386 on Discord](https://discord.com/channels/902568124350599239/1023951078963810435): I have 3 entities: User, Image, Category (simplified) ```sql DEFINE TABLE user SCHEMAFULL; DEFINE FIELD images ON...
### Is your feature request related to a problem? From the discussion #1508, this would be very useful to have rather than having to the unintuitive comparing to false `is_admin...
The doc mentions that (in a normal Java plugin) you can edit the array to give the player different offers. I don't think this would work in JavaScript though. _Originally...
Although there's no easy way to do it, we need to register the commands correctly in Bukkit with tab complete and everything so that it doesn't show up as red...