Keithcat1

Results 41 issues of Keithcat1

Currently, configuring mechs or truepath ships to be built seems to require hovering over the menus to open them, simply pressing enter doesn't work. This is a problem because screen...

It would be nice if clicking on one of the three espionage actions would put it on first place. Mildly annoying to get it ordered the way you want it...

So in my header I have at least one hundred constants like: #define X 5 #define Y 10 ETC. I would like it if Autopxd could translate them to Cython...

Hi, The following code: import nimpy const x {.exportpy.}=0 Doesn't compile. Could you add support for this? Thanks

feature request

The Truepath ship constructor, mech constructor and industry tab > matter replicater menus all have to be hovered on with the mouse in order to open them. Screen readers have...

Dart 2.18, Windows 10 64-bit This code: ```dart import "package:duration/duration.dart"; void main() { print(prettyDuration(Duration(seconds: -1), abbreviated: false)); } ``` prints: 59 seconds when I run it, instead of something like...

Because hearing that a file was modified 32 weeks ago feels kind of unintuitive.

Because I'm making a file explorer thing that wants to know if files in the current directory get created or destroyed so it can update the view and thus has...

type-enhancement

**Describe the bug** When declaring a cpdef enum, its values are also dumped into the module namespace and made accessible from Python. This isn't how normal Python enums work. I...

defect
Cython Language Feature

Using mime 2.0.0. I read defaultMagicNumbersMaxLength bytes from the beginning of a .opus file, and it simply returns "unknown".

package:mime