I hereby claim:
- I am stephenprater on github.
- I am stephenprater (https://keybase.io/stephenprater) on keybase.
- I have a public key ASA70dAtA6SF6WXJX9onsSFzLcKJ4849nFf6k87gruLklgo
To claim this, I am signing this object:
| Homebrew build logs for neovim on macOS 14.2 | |
| Build date: 2024-01-12 17:24:10 |
| require 'stan/client' | |
| require 'monitor' | |
| require 'thread' | |
| class MinimalTest | |
| def initialize | |
| @queue = Queue.new | |
| @subscriptions = [] | |
| end |
| desc "run feed" | |
| task :mr => :environment do | |
| include HTTParty | |
| url = 'https://api.commissionfactory.com/V1/Affiliate/Merchants?apiKey=fakekey&status=Joined' | |
| response = HTTParty.get(url).parsed_response.to_h | |
| v = Vendor.find_or_create_by( | |
| name: response['Name'], | |
| ) | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>localhost.pbcopy</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/usr/bin/pbcopy</string> | |
| </array> |
| diff --git compose/service.py compose/service.py | |
| index 7bb36cd..5f8cd41 100644 | |
| --- compose/service.py | |
| +++ compose/service.py | |
| @@ -719,7 +719,7 @@ class Service(object): | |
| path=path, | |
| tag=self.image_name, | |
| stream=True, | |
| - rm=True, | |
| + rm=False, |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c | |
| index 9806623..5593371 100644 | |
| --- a/src/nvim/buffer.c | |
| +++ b/src/nvim/buffer.c | |
| @@ -3010,7 +3010,7 @@ int build_stl_str_hl( | |
| && item[groupitem[groupdepth]].minwid == 0) { | |
| bool has_normal_items = false; | |
| for (long n = groupitem[groupdepth] + 1; n < curitem; n++) { | |
| - if (item[n].type == Normal) { | |
| + if (item[n].type == Normal || item[n].type == Highlight) { |
| I, [2015-05-12T16:14:59.368607 #91928] INFO -- : get http://api.ticketutils.net/APIs/EventCatalog/Charts?Page=1&ItemsPerPage=25 | |
| D, [2015-05-12T16:14:59.368684 #91928] DEBUG -- request: User-Agent: "Faraday v0.8.7" | |
| X-Signature: "E8LetMzb5+0uzfpGFqA7LAjedNjpR4JB2eSVqJCbU2k=" | |
| X-Token: "5672710737705939899" | |
| Accept: "application/json" | |
| Host: "api.ticketutils.net" | |
| Connection: "Keep-Alive" | |
| I, [2015-05-12T16:14:59.368742 #91928] INFO -- Status: | |
| - cache_if(caching_enabled?, Keysmith.product_list_item(product, 'desktop')) do | |
| %li.product{ class: product.grid_li_class, | |
| itemscope: true, | |
| itemtype: "http://schema.org/Product"} | |
| - if product.sold_out? | |
| %span.soldout Sold Out | |
| - if product.show_quicklook? |
| * Bugs one day a week. | |
| - no punting | |
| - work off of the bug board. | |
| - stakeholder perception of dedication to low-priority (ie, not theirs) fixes is solved by Hobbs. | |
| - no bugs that aren't losing money. | |
| - on-call team is like level 1 tech support. | |
| - finish in about a day or be ready to hand off to the next pair | |
| - find person responsible for code first and ask them about it | |
| - bug mailing list | |