Mackan
Mackan
Looking through the code, I found a snippet of code in [CommandParameter.java](https://github.com/aikar/commands/blob/master/core/src/main/java/co/aikar/commands/CommandParameter.java#L148) that suggests it's possible to have a command with multiple permissions, i.e. the player can can have any...
Creating two files, ### locales/en-us.json ```json { "hello": "Hello!", "user.name": "Username" } ``` ### locales/sv-se.json ```json { "hello": "Hej!" } ``` Running these in a file like this one; ```js...
Are there any plans on adding examples on how to use this with no_std?
# Issue `Op.in` operator doesn't work with array of dates. ## Versions - sequelize: 6.6.2 - sequelize-typescript: 2.1.0 - typescript: 4.2.3 ## Issue type - [x] bug report - [...
I do alot of coding on the go, and I keep my code on github. I'd like to be able to edit my code in the repo because it'd be...
According to the material design docs on a ListItem seen [here](https://material.io/design/components/lists.html#anatomy), I should be able to place a checkbox on the right of a list item for the item to...
Hey, vsauce, Michael here
Using the connection pool in an app that pulls data from a RDB server based on user activity doesn't work as intented. The library inflates the connection pool to the...
Would be great to know if there's any planned eta for them :)
**Describe the bug** As the title says, the position of the objects aren't correct. **To Reproduce** Steps to reproduce the behavior: 1. Create a 16x16 isometric map in Tiled, with...