Petra Jaros
Petra Jaros
I'm tracking the amount of podcast backlog I have in Overcast to help myself trim it down over time. I've got a scraper adding the time as a Dataview field...
Unless I'm missing something... 1. In a Ruby file, enter: ``` ruby foo.bar! baz.quux? ``` 2. Position the caret in the word `bar!` and press ``. 3. Vim tries to...
TypeScript will refuse to allow `Application` to be called when `esModuleInterop` is `true`: > A namespace-style import cannot be called or constructed, and will cause a failure at runtime. I...
## :star2: What does this PR do? Fixes the capitalization of "GitHub" in the integration list ## :bug: Recommendations for testing Visually confirm in the integration list in settings.
**Describe the bug** In a new design system, the `a11y` CI job fails with `Error: ENOENT: no such file or directory, open 'proof-a11y.json'. **To Reproduce** 1. Follow the Getting Started...
In Rails 4, if you give a has_many an order using a hash to specify the sort direction, it's misinterpreted: ``` ruby class Person < ActiveRecord::Base has_many :articles_with_order, lambda {...
In a `#where` specifying a value for a polymorphic association, the `_type` is not set in the `#scope_for_create` attributes. In vanilla AR4, `_type` and `_id` are both set. Failing spec...
The `serverless` template (and probably the main `cljs-lambda` template as well) is incompatible with the current (1.9.562) version of ClojureScript. Builds fail because [`java.lang.AssertionError: Assert failed: :nodejs target with :none...
`story2sketch` started timing out as soon as I had more than 16 stories. Turns out that's the value it's computing for `concurrency`. If I set `concurrency` to 17, I can...