Tobias Wehrum

Results 12 issues of Tobias Wehrum

### What is the problem? We're using a special `deploy` branch in our repository, to which we push using fast-forward merging. Often there will be a lot of commits between...

**Intended outcome:** I am using observable.set with many often-changing values. I also have many small observers observing the presence of single values in that set. I would expect each observer...

❔ question
📖 documentation

I am using `socket.io`, which in turn uses `debug` for its logging needs. While it's nice that that means I can easily turn on/off logging via an environment variable, I...

**Is your feature request related to a problem? Please describe.** Our app uses winston to send logs to different targets, e.g. log files. However, the Logs of socket.io are sent...

enhancement

### [REQUIRED] Please fill in the following fields: * Unity editor version: 2022.3.17f1 * Firebase Unity SDK version: 11.6.0 * Source you installed the SDK: .unitypackage * Problematic Firebase Component:...

api: storage
type: bug

I haven't completely investigated this and I would need to build an example website because I can't share my web app here, but maybe this already helps you pinpoint the...

When executing the "Example of a minimal TypeScript project" from http://docs.sequelizejs.com/manual/typescript.html, running `sequelize.sync()` fails with the following error: ``` Executing (default): CREATE TABLE IF NOT EXISTS `users` (`id` INTEGER UNSIGNED...

type: typescript
status: awaiting investigation

In "Applying Cryptography" -> "Humility Is Important in Cryptography", you write that: > You should instead have a plan for handling when (not if) your cryptographic algorithms and protocols are...

In the "Minimize Feedback / Information Exposure" section, you write: > If a user tries to create an account using an email address, don't tell the user if an account...