- Last 7 days
-
radanskoric.com radanskoric.com
-
If I decide to add it, which solution should I pick, battle tested Sorbet or core team endorsed RBS?
-
- Sep 2024
-
-
It's a fork of Memery gem. Original Memery uses prepend Module.new with memoized methods, not touching original ones. This approach has advantages, but also has problems, see discussion here: tycooon#1
-
- Dec 2023
-
gitlab.com gitlab.com
-
Enable ActiveRecord unsigned integers to use 8 bytes instead of 4. This fixes the ActiveModel::RangeError problem where AR models with perfectly fine 8 bytes primary keys are taken for ActiveModel::Type::Integer with a default limit of 4 bytes.
-
- Feb 2023
-
-
The official Bambora Ruby library is not thread-safe. This means you will run into errors when using it with Sidekiq or Puma. This gem is a thread-safe client for the Bambora and Beanstream APIs.
-
- Dec 2022
-
github.com github.com
-
Dilemma: Do I use this unofficial library with its really nice idiomatic API or the official library (https://github.com/mailgun/mailgun-ruby) with its inferior API?
I wish this one was still/better maintained because I'd much rather use this API, like:
@mailgun.lists.create "devs@your.mailgun.domain" @mailgun.lists.list @mailgun.lists.find "devs@your.mailgun.domain"
but it's not maintained, and looks like it doesn't have the word
events
in the source at all, so it's missing any way to use the Events API. :(
-
- Nov 2022
-
github.com github.com
-
If you do not represent upstream and upstream becomes interested in maintaining the image, steps should be taken to ensure a smooth transition of image maintainership over to upstream.
-
- Sep 2021
-
- Aug 2021
-
-
I have a rule that I won't allow Capybara to be monkey-patched in Poltergeist. This gives some indication to users about whether something is non-standard. So basically all non-standard stuff must be on page.driver rather than page (or a node).
-
- Jun 2021
-
github.com github.com
-
There's no official Chrome or Chromium package for Linux don't install it this way because it's either outdated or unofficial, both are bad. Download it from official source.
-
- Apr 2021
-
boardgamegeek.com boardgamegeek.com
-
What's the point of playing a game featuring fjords without also including vikings to pillage the other player's lands...I've actually developed two additional tiles for Fjords: The Dragon and The Marauding Hoard. Both do exactly that.(I've play tested them with a friend well over 40 times and we both agree that with an expanded set of Fjords tiles, these two greatly improve the game for us. I'll write the tiles up and post them to BGG... eventually)
-
- Nov 2020
-
ca2020.commons.gc.cuny.edu ca2020.commons.gc.cuny.edu
-
³I VKRXOG KaYH NQRZQ VRPHWKLQJ ZaV RII, ́
This is a good example of one of the biggest downsides of being famous. Because people are constantly trying to take advantage of you, it is very difficult to trust strangers. I think that is especially what leaves Ka with a bad taste in her mouth at the end of this - knowing that Gabrielle Fonteneau believes she has betrayed her trust. This has repercussions too, as it means that Celine might feel she was taken advantage of, and now Ka can no longer think of Gabrielle Fonteneau the same way, knowing that she might have a personal disdain for her. (This is also the bad part of meeting a famous person - you can no longer have that idealized image of them in your mind.)
-
- Oct 2020
-
final-form.org final-form.org
-
Vue Final Form A form state management system for Vue that uses Final Form under the hood.
-
-
anglophone.commons.gc.cuny.edu anglophone.commons.gc.cuny.edu
-
whathappened afterward, between my mother and myself,
why does he keep doing this? the suspense is killing me...
-
Ihad no partner, I was alone. The fact arrived, and it calmed meimmediately
Hmmm... maybe this is a clue to his loneliness, that he might know that it is affecting him psychologically but he is comforted by it nonetheless?
-
- Sep 2020
-
github.com github.com
-
For reference: an independent implementation
-
-
github.com github.com
-
Passing the class prop to the root dom element is already a wide spread practice
-
It's a convention in Svelte to export { className as class } inspired from docs, but it's certainly not required by the compiler, so I don't think the class:directive can/should be assumed here.
-
On the one hand, it's an unofficial but widely-used practice to do let classNames=''; export { classNames as class }; in components and then apply that class on the top-level DOM element in the component. On the other hand, there are plenty of components out there that don't use this idiom
-
- Jul 2020
-
docs.google.com docs.google.com
-
COVID-19 Social Science Tracker - Google Sheets
Tags
- data collection
- mental health
- lang:en
- government
- community
- behavior
- COVID-19
- healthcare
- is:other
- social norm
- social science
- analysis
- uncertainty
- sheets
- publication
- misinformation
- preprint
- conspiracy theory
- international
- policy
- social media
- unofficial
- isolation
- infection
- tracker
- research
- social distancing
- spreadsheet
- medicine
Annotators
URL
-
- Jun 2020
-
github.com github.com
- Apr 2020
-
blog.1password.com blog.1password.com
-
There are, indeed, at least two projects independent of us, which are developing software that can read 1Password data (once you’ve given them your Master Password.). James Brown (@RogueLazer) has developed some Python libraries which can – given the Master Password – read both the Agile Keychain Format (1Password 2 and 3 for Mac, 1Password for Windows) and the Cloud Keychain Format (1Password 4). Indeed, RogueLazer’s efforts and queries have led to substantial improvements in our documentation.
-