Dan Brown
Dan Brown
### Motivation: Why do you think this is important? (Copying out a feature request from slack, hopefully I captured enough context here) I now understand the (important) distinction between dataclasses...
The monthly table in the summary view is very useful in combination with resource groups.
In `/detail?showResourceGroups=false` with group by product, I see the following products (based on my account data): - cloudfront - ebs - ec2 - ec2_instance - eip - rds - route53...
- Pickle protocols ≥4 have been added to support objects larger than 4gb - https://docs.python.org/3/library/pickle.html#data-stream-format - This PR adds an optional `protocol` so the user can opt into protocols 4/5...
Like https://github.com/litehelpers/Cordova-sqlite-storage/issues/837, which just landed a couple days ago. Many details on the security vulnerability are in the links in that issue.
Over the last few months using spray-json I had learned the following (incorrect) rule: > `null` is allowed iff your type is of the form `Option[X]` Today I unlearned this...
``` trait A ... implicit val format = new JsonReader[A] { def read ... } v.convertTo[A] // Ok v.convertTo[List[A]] // Cannot find JsonReader or JsonFormat type class for List[A] ```...
Non-editor commands like `narrow:search` and `narrow:git-diff-all` require you to be inside an `atom-text-editor`, which means you can't activate them if you're in a terminal, settings, a docs viewer, etc. It'd...
Repro: 1. Search a large project that takes many seconds to complete 2. Before the search completes, start moving the cursor through the search results 3. When the search completes,...
This error might already be what you meant in #20, but I thought I'd flag in case it's not: ```R > lookup(lookup_browse) lookup::lookup_browse [closure] function (x = the$last_lookup) { stopifnot(inherits(x,...