David Glasser

Results 103 issues of David Glasser

I use the `magit-branch-spinoff` function in emacs often. My normal development workflow is commit on main, then "spinoff" to retroactively reset main back to upstream and create a new branch...

Adding a `multipart/form-data` parser to a server that previously only parsed `application/json` POSTs increases its vulnerability to CSRF attacks, because `multipart/form-data` is special-cased by browser security rules. Anyone implementing this...

The definition of BlockStringCharacter is: ``` BlockStringCharacter :: - SourceCharacter but not `"""` or `\"""` - `\"""` ``` But if I understand correctly, SourceCharacter is always a single character. So...

🤷‍♀️ Ambiguity

I recently updated my melpa ledger-mode and discovered that entries whose dates don't have years (due to the use of the Y directive) are no longer syntax-highlighted. eg, this file:...

The resultAsArray context key for GroupBy queries is not supported. It is a boolean. See the bottom of https://druid.apache.org/docs/latest/querying/groupbyquery.html

enhancement
help wanted
good first issue
feature request

We recently started using metacontroller. While we have several ideas of what we can do with it, the main motivation was to switch from some manually-created services per pod to...

As described in #194, sometimes when rolling out a new controller in a legacy cluster you may expect to temporarily have errors like ``` failed to sync service-per-pod "apps/v1:StatefulSet:staging:kafka": can't...

**Is your feature request related to a problem? Please describe.** When discussing a puzzle I often talk about squares by row and column like R5C8. But that requires a lot...

enhancement

**Is your feature request related to a problem? Please describe.** If I explicitly say `Let's have a meeting at 3pm UTC` and UTC is not my time zone, it would...

enhancement
help wanted
good first issue