Forest Johnson

Results 17 issues of Forest Johnson

Any database query that has joins between tables might be a good candidate for a database view. A database view is like a read-only de-normalized table that gets automatically updated...

performance

GTS is great but it needs a user interface in order to be approachable by every-day users. I believe that most folks aren't going to understand the concept of the...

enhancement
config

When you try to log in to GTS, if your email hasn't been confirmed yet, or if your account has not been approved by an admin yet, it will say...

enhancement
frontend
ux

Hello, this is not an issue as much as it is a discussion. I emailed Micheal and he said that the github issues are the closest thing that fbs has...

I first wrote this code before I realized someone else had alreadu solved it with a meta tag. (the most recent release still has the "you must refresh the page...

Documentation says PKCS#5, but actually PKCS#7 padding is used. Here: http://bitwiseshiftleft.github.io/sjcl/doc/sjcl.mode.cbc.html it says: ``` (static) encrypt(prp, plaintext, iv, adata) Encrypt in CBC mode with PKCS#5 padding. ``` But if you...

Hello, I am writing a python desktop GUI application and I wanted to embed a small installer into it. The idea is, when the user clicks on the install button,...

### Steps to reproduce the problem 0. install mastodon 1. `rails setup:db` 2. set the `LOCAL_DOMAIN` environment variable. 3. start the server 4. Try to follow someone from a server...

bug

warn new docker users about kali rolling-release I added a warning message to all 3 of the docker related commands in the Makefile. ## Description Here is the message I...

A DHCP server should probably always listen on `0.0.0.0` when we're working on it in development and testing. Why? I believe normal DHCP requests are sent as broadcasts to `255.255.255.255`......