nictuku

Results 26 issues of nictuku

Since we don't have a mailing list (not saying we need one) I'd like to discuss here a few style changes: - when naming a method that simply returns Foo,...

I'd like to add basic mobs support - that is, have the ability to spawn mobs, but initially without any strong AI, which of course we should also add later....

Core server
Size L

(this is more like a note to self) I didn't actually test this, but unless this is handled client-side we are probably destroying all items from chunks as soon as...

Size M
Feature Request

``` 2014/05/12 21:22:55 Closing connection to panic: Index out of range. goroutine 27 [running]: runtime.panic(0x69f940, 0xc2082a5500) /usr/local/go/src/pkg/runtime/panic.c:279 +0xf5 github.com/jackpal/Taipei-Torrent/torrent.(*Bitset).IsSet(0xc2082420c0, 0x235, 0xc208357448) /home/nictuku/src/github.com/jackpal/Taipei-Torrent/torrent/bitset.go:52 +0xda github.com/jackpal/Taipei-Torrent/torrent.(*TorrentSession).RecordBlock(0xc20802e000, 0xc2082c6340, 0x1800000000235, 0x4000, 0x0, 0x0) /home/nictuku/src/github.com/jackpal/Taipei-Torrent/torrent/torrent.go:812...

**Describe the bug** llama index and deepeval don't work together in latest versions **To Reproduce** $ egrep -e '(llama|deep)' requirements.txt llama-index==0.9.38 deepeval==0.20.53 Use these instructions: https://docs.llamaindex.ai/en/stable/module_guides/observability/observability.html#deepeval **Expected behavior** Basic guide...