-
Hero just freezes on 'Medical Attention' unless I have him `say()` something
i.e.
```
while True:
currentHealth = hero.health
healingThreshold = hero.maxHealth / 2
#hero.say("Ready!") …
-
User feedback:
> The findNearestEnemy() description says in python that it returns `null` when python uses `None`. That makes the Patron Buster exercise more complicated than it has to be.
-
I'm trying to use a list comprehension to filter the list created by findEnemies().
```
enemies = self.findEnemies()
if len(enemies):
notMunchkins = [x for x in enemies if x.type != "…
delve updated
8 years ago
-
```
Access is allowed from event dispatch thread only.
EventQueue.isDispatchThread()=false isDispatchThread()=false Toolkit.getEventQueue()=com.intellij.ide.IdeEventQueue@60d2f22a Current thread: Thr…
-
The sidebar is shown even if a user does not have "Read" rights for the sidebar page.
In my understanding of the Dokuwiki ACLs, the sidebar should be hidden if the current user has set the rights "Non…
-
I tried a few different things when building my zero-sum entry and this ended up totally ruining my plans.
``` lua
local function whatever()
self:foo()
end
whatever() -- nothing happens, not eve…
-
_From @sguptatw on June 6, 2016 14:29_
### Expected behavior
I should be able to execute the hooks without an exception
### Actual behavior
Getting the following exception while debugging
```
Acces…
-
### Expected behavior
I should be able to execute the hooks without an exception
### Actual behavior
Getting the following exception while debugging
```
Access is allowed from event dispatch thread…
-
This has been driving me nuts for 2 hours, and I am now giving up. I have tried to make it work, but there where several errors spawning. Uploading two of them
``` python
# This level is intended to …
-
In [the level Timber Guard](http://codecombat.com/play/level/timber-guard), the following code causes the error "Line 34: tmp883 is not a function" to appear.
Load out:
Pender
Boots of Leaping
Golden…