Aral Balkan

Results 201 issues of Aral Balkan

On OS X, latest El Capitan, using zsh and the electron-har installed via ``` bash npm install -g electron-har ``` When I first tried: ``` bash electron-har http://cultofmac.com ``` It...

- Update (mocha, eslint) to fix vulnerability warnings - Update inherits to latest backwards-compatible version - Fix no-prototype-builtins errors raised by ESLint 6.8.0

In the Getting Started guide (https://clip-lang.org/getting-started/), you are shown the following syntax: ``` clip --in example_chart.clp --out example_chart.svg ``` In the help (in version 0.8.0) and in practice, the syntax...

I noticed, while adding `responseHeaders` to error objects (https://github.com/mikeal/bent/pull/93/files), that the Node and Browser implementations differ in what the responses return. On Browser (unless I’m missing something), I couldn’t see...

Updated the Xcode project file for latest Xcode 4.5 and OS X 10.8 Base SdK. Have not updated code (warnings remain, but builds and runs).

## Use case Since I use a tiling window manager (the one in Pop!_OS), I open new windows instead of tabs or panes. It would be great to have the...

enhancement
waiting feedback

First off, wow! This is amazing. A couple of issues I encountered with the [powerlevel10k](https://github.com/romkatv/powerlevel10k) theme: ## Only first frame is drawn. Subsequent command output is not framed. ## Frame...

If hidden files are not being shown and you start lf in a hidden directory, the directory tree becomes corrupted. Instead of the hidden directory you’re in, the closest non-hidden...

Initially got a compile error due to Team/Signing (easy enough to fix). Then the following: ``` Swift Compiler Error Group /Users/aral/sandbox/crdt-playground/CRDTPlayground/External/BinaryCodableExtensions.swift:42:1: Type 'Element' does not conform to protocol 'Decodable' /Users/aral/sandbox/crdt-playground/CRDTPlayground/External/BinaryCodableExtensions.swift:42:1:...

By default, the proxy handles all requested routes on the given context(s), even if they are 404. This makes sense for routes that are actually handled by the target but...