You can skip this check with --no-gitignore
Add .aider* to .gitignore (recommended)? (Y)es/(N)o [Yes]: n
/home/wolf/src/vend/aider.venv/bin/aider src/languages/bash.js test/markup/bash/not-comments.txt test/markup/bash/not-comments.expect.txt
Using sonnet model with API key from environment.
Aider v0.81.2
Main model: anthropic/claude-3-7-sonnet-20250219 with diff edit format, infinite output
Weak model: anthropic/claude-3-5-haiku-20241022
Git repo: .git with 1,881 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
def sequences(): | |
for line in sys.stdin: | |
if line.startswith('#'): continue | |
if not line.startswith('A'): raise Exception("unexpected line: "+line) | |
[_, seq] = line.strip().split(' ') | |
seq = [int(n) for n in seq.split(',') if n != ''] | |
yield seq |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO: Repository started (repository=group/project) | |
"renovateVersion": "20.2.5" | |
DEBUG: Using localDir: renovate_cache/repos/gitlab/group/project (repository=group/project) | |
DEBUG: group/project default branch = master (repository=group/project) | |
DEBUG: Bot [email protected] (repository=group/project) | |
DEBUG: Enabling Git FS (repository=group/project) | |
DEBUG: group/project http URL = http://gitlab.example.com/group/project.git (repository=group/project) | |
DEBUG: Initializing git repository into renovate_cache/repos/gitlab/group/project (repository=group/project) | |
DEBUG: git clone completed (repository=group/project) | |
"durationMs": 1038 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"requestParameters": { | |
"mode": "TRANSIT,WALK,BICYCLE", | |
"date": "2020-01-13", | |
"arriveBy": "true", | |
"fromPlace": "37.7509,-122.4153", | |
"toPlace": "37.788620,-122.403325", | |
"maxWalkDistance": "800", | |
"time": "9:00am" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"private": true, | |
"scripts": { | |
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | |
}, | |
"devDependencies": { | |
"cross-env": "^6.0.3", | |
"laravel-mix": "^5.0.0", | |
"laravel-mix-versionhash": "^1.1.1" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO global: Vagrant version: 2.2.6 | |
INFO global: Ruby version: 2.4.9 | |
INFO global: RubyGems version: 2.6.14.4 | |
INFO global: VAGRANT_LOG="info" | |
INFO global: VAGRANT_INSTALLER_ENV="1" | |
INFO global: VAGRANT_INSTALLER_VERSION="2" | |
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded" | |
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.6/gems/vagrant-2.2.6/bin/vagrant" | |
WARN global: resolv replacement has not been enabled! | |
INFO manager: Registered plugin: Slackware host |
This is a stripped-down test case for a crash I encountered in the go bindings for nuklear.
To reproduce:
- Compile:
go build nk-go-crash.go
- Run:
./nk-go-crash
- Focus the text box in the window.
- Type
123456789
. It should crash sometime around 7 or 8.
Tested with Ubuntu 16.04.4, go version go1.9.4 linux/amd64.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsonapi": { | |
"version": "1.0" | |
}, | |
"data": [ | |
{ | |
"id": "content-negotiation", | |
"type": "sections", | |
"attributes": { | |
"title": "Content Negotiation" |
I hereby claim:
- I am wolfgang42 on github.
- I am wolfgang (https://keybase.io/wolfgang) on keybase.
- I have a public key ASAZChSI_QZTMCpNXlH7G3ZT0oAWb6kWJuaFX9Tl5vVGZAo
To claim this, I am signing this object:
Test case to reproduce an issue with ko-component-router with hashbang:false
(path bindings don't bind right when prefixed with ./
)
To set up:
npm install
node_modules/.bin/webpack testcase.js bundle.js
node_modules/.bin/http-server
Then visit http://localhost:8080/#!/
NewerOlder