-
Hi, I have an existing server that for a certain path, receives a query parameter and a multi-part form parameter both with the same name (let's call it "foo"), plus other parameters. The relevant pa…
-
```
Right now, when you archive a file, it will print out the file name once
that file has successfully been added to the archive. Instead, it would be
much more useful for debugging purposes to prin…
-
Because of the fix for #791, a multi-line string that contains `\\n` anywhere will no longer be diffed properly. For example:
```ruby
require 'minitest/autorun'
describe "foo" do
it "bar" do…
-
We should redirect/tee the output of the [Makefile command that builds the kernel] to a file, and persist that file on disk/outside of the build container to ensure we can archive the kernel build log…
emkll updated
4 years ago
-
```
Right now, when you archive a file, it will print out the file name once
that file has successfully been added to the archive. Instead, it would be
much more useful for debugging purposes to prin…
-
I spoke with @cellar-door at WordCamp this weekend about adding Lockr integration to this package. He suggested making it an optional feature to increase security.
@greg-1-anderson / @cellar-door, …
-
TileJSON should have a means of:
- indicating when a source supports high-DPI versions of base tiles, and at what DPI multipliers (`@2x`, `@4x`, etc)
- specifying how URLs for high-DPI tiles are const…
-
Submitting Author Name: Adam Sparks
Submitting Author Github Handle: @adamhsparks
Repository: https://github.com/adamhsparks/read.abares
Version submitted: 0.1.0
Submission type: Standard
Editor…
-
I am trying to compile the following code with ``bfc -O2``:
`` . + [[ [[ >. [+ []]] >]+ .]>< ,-.,,+++[]---]``
But it shows warning:
```
24852.bf:1:26 warning: This instruction moves the pointe…
-
Hey folks,
I might be insane, but I'm experiencing something weird when using `#deep_merge`. In a tiny Rails 7 app, I have a `Diagram` ActiveRecord model.
```ruby
diagram = Diagram.find(1)
pu…