Results 73 issues of OvermindDL1

Looking through the code and I notice `Score` is being spawned on a new child entity of what's actually performing the AI, why not instead make `Score` generic (via a...

Use the Framez for MC 1.7.10 API. Fixes https://github.com/ReikaKalseki/Reika_Mods_Issues/issues/1956

Currently atom-elixir is hooking the autocomplete-plus:confirm with its own command, in _all_ contexts, not just in source.elixir type files: https://github.com/msaraiva/atom-elixir/blob/master/lib/elixir-autocomplete-provider.coffee#L16-L34 This is breaking autocomplete in other autocomplete plugins for other...

Specifically things like `def handle(:text, message, _state) do` imply it is a textural format, where websockets are a binary stream and it should probably be exposed as such. Probably just...

enhancement

Users are complaining that they can't middle-click to open messages from the quick-message list on the notification bar. Looking at it, it seems they are only div's, they should be...

I was attempting to get a field from a row into an `i64` and it crashed with this backtrace: ```rust thread 'tokio-runtime-worker' panicked at 'range end index 8 out of...

Would there be any interest in replacing a lot of the `String` usages with `SmolStr` instead, it would relieve a lot of memory pressure wins as a ton of strings...

Following along with the SteamInput docs starting with https://partner.steamgames.com/doc/features/steam_controller/getting_started_for_devs going on to https://partner.steamgames.com/doc/api/ISteamInput and others and finding that many of the functions are missing from `Input` including, but not limited...

missing-wrapper

When installed as a dependency then duplex should add a mix task so it can be run as `mix duplex` or so with whatever useful arguments. :-)

When the [FactorioMaps](https://mods.factorio.com/mod/L0laapk3_FactorioMaps) mod is generating a map bottleneck needs to disable itself as it doesn't make sense for the indicators to be on the satellite view of the FactorioMaps...