chlorine
|
6552cc4dd3
|
Merge 288af47ca3 into 9418f0fefb
|
2024-03-08 07:23:41 -07:00 |
biobootloader
|
9418f0fefb
|
Update README.md
|
2024-03-07 23:33:01 -08:00 |
alex-sikach
|
288af47ca3
|
add info about Go support to README.md
|
2023-05-04 14:35:17 +03:00 |
alex-sikach
|
f7050402a6
|
Go support functional MVP
|
2023-05-04 14:34:05 +03:00 |
biobootloader
|
81143a3852
|
Merge pull request #39 from biobootloader/clean-reqs
clean requirements
|
2023-04-26 17:45:03 -07:00 |
BioBootloader
|
b5bdfe6db9
|
clean requirements
|
2023-04-26 17:42:47 -07:00 |
BioBootloader
|
93db7757cc
|
clean up
|
2023-04-26 17:33:36 -07:00 |
biobootloader
|
756ddbdd61
|
Merge pull request #35 from nervousapps/patch-1
Add VALIDATE_JSON_RETRY environment variable, and tests
|
2023-04-26 17:26:43 -07:00 |
BioBootloader
|
660c55a01f
|
Merge branch 'main' into patch-1
|
2023-04-26 17:25:03 -07:00 |
biobootloader
|
46171ad713
|
Merge pull request #38 from biobootloader/add-ci
Add CI with github workflows
|
2023-04-26 17:18:12 -07:00 |
BioBootloader
|
761bbdb331
|
fix ruff errors
|
2023-04-26 17:16:06 -07:00 |
BioBootloader
|
42a9986aad
|
and other ruff call...
|
2023-04-26 17:13:44 -07:00 |
BioBootloader
|
d71fe5daef
|
exclude ruff check on examples that are supposed to have bugs
|
2023-04-26 17:11:16 -07:00 |
BioBootloader
|
ef083507d6
|
add github workflow
|
2023-04-26 17:04:01 -07:00 |
nervousapps
|
5fafe7c1fb
|
Merge branch 'main' into patch-1
|
2023-04-26 01:04:40 +02:00 |
biobootloader
|
20c3051d5c
|
Merge pull request #27 from twsomt/main
Cosmetic update
|
2023-04-25 15:11:23 -07:00 |
BioBootloader
|
43d1d17d96
|
Merge branch 'main' into twsomt/main
|
2023-04-25 15:07:16 -07:00 |
nervousapps
|
3cb64c623a
|
Add env variables to README
|
2023-04-25 23:15:08 +02:00 |
nervousapps
|
afe0db33ce
|
Merge branch 'patch-2' of https://github.com/nervousapps/wolverine into patch-1
|
2023-04-25 22:51:22 +02:00 |
nervousapps
|
bcd1db9f7b
|
Add env variable VALIDATE_JSON_RETREY
Add env variable VALIDATE_JSON_RETREY to configure number of retries when validating json object.
Add typing and comments.
|
2023-04-25 22:50:22 +02:00 |
nervousapps
|
adbe5f31de
|
Rebase, add test, add last line in prompt.txt to be sure to have only a json object in response.
|
2023-04-25 22:39:07 +02:00 |
nervousapps
|
489d593156
|
Rebase, add test, add last line in prompt.txt to be sure to have only a json object in response.
|
2023-04-25 22:38:09 +02:00 |
nervousapps
|
0730ad8c9b
|
Decrement instead of increment, nb_retry default to VALIDATE_JSON_RETRY
|
2023-04-25 22:22:57 +02:00 |
nervousapps
|
7447a151c0
|
Remove handle prompt path
|
2023-04-25 22:22:57 +02:00 |
nervousapps
|
5eba2d9e1b
|
Add env variable VALIDATE_JSON_RETREY
Add env variable VALIDATE_JSON_RETREY to configure number of retries when validating json object.
Add typing and comments.
|
2023-04-25 22:22:48 +02:00 |
biobootloader
|
3b91ee62d7
|
Merge pull request #34 from biobootloader/improve-structure-add-tests
Improve project structure and add tests
|
2023-04-24 11:35:10 -07:00 |
BioBootloader
|
b8a7e04e61
|
improve project structure
|
2023-04-24 09:21:14 -07:00 |
BioBootloader
|
fb6466a810
|
Merge branch 'main' into add_unit_tests
|
2023-04-23 18:11:05 -07:00 |
biobootloader
|
b11dfc79a4
|
Merge pull request #15 from ksfi/main
switch to gpt3 if gpt4 not available
|
2023-04-23 15:22:09 -07:00 |
BioBootloader
|
12d78109cf
|
change to inform model unavailable, fix conflicts
|
2023-04-23 15:18:02 -07:00 |
BioBootloader
|
a1fb03ea81
|
don't show diff twice, show explanations before diff
|
2023-04-22 17:41:13 -07:00 |
biobootloader
|
472e8b5a87
|
Merge pull request #9 from juleshenry/main
Address Examples Initiative
|
2023-04-22 17:29:07 -07:00 |
BioBootloader
|
bb8c6f8e3e
|
switch singleton example to have a bug in singleton implementation
|
2023-04-22 17:24:47 -07:00 |
BioBootloader
|
459a9c5ef2
|
Merge branch 'main' into juleshenry/main
|
2023-04-22 16:44:37 -07:00 |
Julian Henry
|
f46701623f
|
Update buggy_script_2.py
@biobootloader, now fails due to singleton modification of attributes
|
2023-04-20 07:01:59 -05:00 |
nervousapps
|
5c91c4ccba
|
Decrement instead of increment, nb_retry default to VALIDATE_JSON_RETRY
|
2023-04-18 13:48:13 +02:00 |
nervousapps
|
3f333a4df7
|
Remove handle prompt path
|
2023-04-18 11:47:46 +02:00 |
nervousapps
|
9f75fc9123
|
Add env variable VALIDATE_JSON_RETREY
Add env variable VALIDATE_JSON_RETREY to configure number of retries when validating json object.
Add typing and comments.
|
2023-04-18 11:42:09 +02:00 |
Serj
|
507272c4d6
|
Fix up test logic
|
2023-04-17 22:23:46 +03:00 |
Serj
|
4c8e7f7964
|
Added tests for apply changes method
|
2023-04-17 22:13:48 +03:00 |
Serj
|
c50b51e949
|
Create dev requirements instead
|
2023-04-17 22:11:29 +03:00 |
Serj
|
cbc0909145
|
added pytest to requirements
|
2023-04-17 22:07:05 +03:00 |
twsomt
|
fc2f5a2d5a
|
Cosmetic update
- sorted imports
- del 'r' from open since it is the default
- add the default encoding
- upd pep8
|
2023-04-16 13:08:49 +03:00 |
biobootloader
|
2f5a026ff9
|
Merge pull request #16 from prayagnshah/main
adding flag for user confirmation
|
2023-04-15 11:20:20 -07:00 |
biobootloader
|
c20b79ea28
|
Update wolverine.py
|
2023-04-15 11:20:12 -07:00 |
biobootloader
|
10fd162ce3
|
Merge pull request #22 from AlessandroAnnini/main
feat: can debug javascript files
|
2023-04-15 11:10:21 -07:00 |
Alessandro Annini
|
0f538fecae
|
chore: update buggy js script file
|
2023-04-15 10:10:59 +02:00 |
Alessandro Annini
|
8abc8893bb
|
refactor: better implementation fr py/js files execution
|
2023-04-15 10:10:34 +02:00 |
Alessandro Annini
|
05803e8592
|
Merge remote-tracking branch 'upstream/main'
|
2023-04-15 10:01:19 +02:00 |
Prayag Shah
|
c12575af38
|
Merge branch 'main' into main
|
2023-04-15 02:32:58 -03:00 |