-
Build is failing as test_text_models in test_text.py is not getting passed.
Result of running tests on the current repository :
```
tests/test_agents.py::test_move_forward PASSED
tests/test_agent…
-
Fix this pls
-
In https://github.com/HTTPArchive/httparchive/issues/77 we're exploring the possibility of detecting third party JS libraries during the HTTP Archive crawl. This project seems like a great fit.
One…
-
Pressing the play button on the main menu instantly spawns a Wumpus and starts the game without showing the game instructions. Hitting the play button from the main menu should bring up the same scree…
-
An effort should be made to make the image assets smaller, as they take a while to load over a slower connection.
- The background can be made to tile and also compressed into a jpg
- The game images …
-
For the love of god we need to figure out how enchant.js uses sounds so we can use all the assets in our sounds folder (flap, score, death, ect.)
-
If consume_pkt(buf, h->len) takes long time,will data in buf be changed by kernel or something?
Is there need to copy?
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
Is the following code used to analise IF the wumpus is there, or is it stating that it is POSSIBLY in theses places?
```
stench(yes) :-
agent_location(X,Y),
X1 is X + 1,
X0 is X - 1,
Y1…