Jake Hamilton

Results 10 issues of Jake Hamilton

Hi there! 👋 I'm running into an issue where importing a module, that then imports an aliased dependency, throws an error. I'm not sure if this is an issue with...

### Describe the bug Attempting to use the MySQL database driver without a password set causes the program to throw an error and exit, printing the following. ``` Database user...

> **NOTE**: These changes are quite similar to #236, but I've gone ahead and made a new PR based off of the latest changes on `master`. Well, here we are...

Hi there! 👋 I've been using the `css` function to handle styles but ran into an issue of specificity when trying to combine them. [Here's an example sandbox](https://codesandbox.io/s/competent-star-62syf?file=/src/App.js). The issue...

discussion

## What is this? [Nix](https://nixos.org) is a package manager available on Linux, Mac, and Windows Subsystem for Linux. Nix works a bit differently from other package managers and solves problems...

enhancement

I've dug at it for the past hour, looks like it's a dependency issue? Steps to reproduce: ```bash # Install vue-cli npm install -g vue-cli # Start new project vue-cli...

There were a handful of options missing from the Dashboard module. I've gone ahead and added more along with a new test for the module. Some functionality like session management...

Waybar allows for customizing the output of most modules. It would be awesome to let users replace applet icons with their own. This would make the bar's style even more...

enhancement

**Changes** This PR adds a new theme based on [Nord](https://www.nordtheme.com/). The whole application is themed (or nearly) with a soft, modern dark color scheme. **Issues** **Screenshots** View Screenshots ![Screenshot from...

feature

This occurred when opening a notification from the iOS app: ``` Bad state: RenderBox was not laid out: RenderFractionalTranslation#5b791 #0 RenderBox.size (package:flutter/src/rendering/box.dart:1994) #1 RenderFractionalTranslation.applyPaintTransform (package:flutter/src/rendering/proxy_box.dart:2952) #2 RenderObject.getTransformTo (package:flutter/src/rendering/object.dart:3352) #3 RenderBox.localToGlobal...