Bram Kamies
Bram Kamies
The collapse animation does not support pre-determining the height of the wrapped elements. If the height of the wrapped elements is not determined and coded into the applied styles, then...
```javascript function defineDatabase(db) { let User = db.define("user", { name: { type: "text", required: true, unique: true }, last_seen: { type: 'date', time: true }, card_url: { type: 'text' },...
```javascript let User = db.define("user", { name: { type: "text", required: true, unique: true }, task_name: String, task_data: Object, last_seen: { type: 'date', time: true }, card_url: { type: 'text'...
When your bot gets added to a group (the bot has chatted with the inviter, so it gets added immediately) ```xml #[PUBLIC_GROUP_HASH] Bot testing ground http://profilepics.cf.kik.com/[REDACTED] [JID]@talk.kik.com [JID]@talk.kik.com [JID]@talk.kik.com [FIRSTNAME]...
Adds new `metadata` parameter to the end of the `text` and `friendPicker` helper functions. The value gets directly passed to the response object, just like with the `picture` function. Maybe...
### Expected behavior All keyboard keys in the API support metadata, so should the library. ### Actual behavior No existing support for passing metadata to the keyboard key ### Enviroment...
When writing a new line in the `` tag on the demo page, it inserts a div into the css causing the styling to break. I also tried to cut...
### 🐛 The bug I'm on Windows 11, and have set my UI scaling ("Make everything bigger") to 150%. My eyesight is not great and on my particular laptop this...
### Is your feature request related to a problem? I'm always frustrated when opening a `.stl` file, as I know I have to sit through the entire startup process of...