Zachary Friss

Results 10 issues of Zachary Friss

**Prettier-Java 0.7.1** ```sh # Options (if any): --print-width 90 ``` **Input:** ```java public class Test { public static void main(String[] args) { if (oneLevelDeep) { if (twoLevelsDeep) { if (threeLevelsDeep)...

theme: Re-Writer

So now that React 16.3 has landed a few internal methods have changed so general-store will need some changes to stay up to date. ## Component methods being deprecated -...

So this tries to address #151 and make hound a little more customizable. Default Theme: New Dark Theme: This builds off #165 but I could always redo it off master...

enhancement

Thoughts @jklein @kellegous? Also going to do some other UI things but this seemed like a good place to start

enhancement

So on my side I have worked out marker annotations that are persistent, clickable, one at a time (you are allowed to select multiple with ctrl+click which I think is...

enhancement
help wanted

https://github.com/justintv/Twitch-API/blob/master/embed-video.md#interactive-embed Would let us also hide the video embed when a streamer goes offline. Maybe some other fun interactions as well.

enhancement
hacktoberfest

Resolves #133 Within the last few months HN changed their HTML structure and instead of `.comment > span` its now `.comment .commtext`. Also unclear why HN doesn't wrap the first...

Added note about sqlite v3.50.0 requirement for .dump command. ### Summary sqlite 3.50.0 uses a new [`unistr()`](https://sqlite.org/lang_corefunc.html#unistr) command in dumps which is not supported in D1. https://sqlite.org/releaselog/3_50_0.html So dropping a...

product:d1
size/xs

### Describe the solution I've been working on some new workers that parse data and sync it to various places and while testing locally I had no issues with the...

```proto syntax = "proto3"; package test; message ReportResponse { message ReportStats { uint32 foo = 1; uint32 bar = 2; uint32 baz = 3; } map by_group = 1; }...