Kurtis Rainbolt-Greene

Results 100 issues of Kurtis Rainbolt-Greene

Promises are a great form of handling concurrency where a single value is passed around. Instead of doing a callback, now users can chain then's or catch's.

Can we get an official packaged release?

Hello! So my server is currently run with: ``` json "scripts": { "start": "npm-run-all --parallel lint server:development", "test": "echo \"Error: no test specified\" && exit 1", "server:development": "nodemon ./server/ --exec...

question

When I connect to my ZNC instance it doesn't show any of my channels nor does it let me join any.

Currenty I have to write this: ``` javascript client.createModel("Account", { id: client.type.string().required().allowNull(false), name: client.type.string().min(1).required().allowNull(false), email: client.type.string().email().required().allowNull(false) }) client.createModel("Activity", { id: client.type.string().required().allowNull(false), summary: client.type.string().required().allowNull(false), readAt: client.type.date().required().allowNull(true).default(null), accountId: client.type.string().required().allowNull(false) }) Account.hasMany(Activity, "activities",...

feature

``` Database error: IoError(Error { repr: Os { code: 32, message: "Broken pipe" } }) ```

How much privilege can you get from injecting random text into this interface?

question

There's a desire to implement read replica usage. For mastodon instances without replicas this should just talk to the main database *as* a replica. More changes to come. Write after...

So I pushed up an OCR'd copy of the PHB and did the first ten pages and got https://gist.github.com/krainboltgreene/48712b8947e20b4594259f90087ae181 Now a few things: Some of these issues are from the...

It would be extremely helpful to be able to target a specific set of pages for slice converting but also for updating previous attempts at converting (say for a page...