Results 93 issues of refi64

Currently, I often see stuff like this: ``` moonscript some_value\xyz! if some_value var = if some_value then some_value.attr else nil ``` Many languages (C#, Dart, many others) now have a...

Discovered because I had accidentally written `!x` instead of `not x`. Some examples: ```moonscript ! !x print if !x ``` All of these cause: ``` Compile error: Failed to find...

3fe2b3927e21e8a81c53baae83243100acad3b0c fixed this for x64 systems, but the outdated paths were still present for arm64 builds.

Take the following class: ``` python class Base: pass class Derived(Base): pass T = TypeVar('T', bound=Base) class MyType(Generic[T]): pass myvar: MyType = None # type of `myvar` is `MyType[Any]` ```...

topic: feature

GNOME is [moving the app menu to the hamburger menu](https://wiki.gnome.org/Initiatives/GnomeGoals/AppMenuRetirement), and having two menus with the three dots is incredibly confusing... IMO the open-menu icon should be changed *back* to...

``` make[3]: Entering directory `/usr/local/tmp/crew/universalcodegrep-0.3.3/src/future' /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) CXX libfuture_la-CompileTimeInfo.lo /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) ../../libtool: line 1762: warning: setlocale: LC_ALL: cannot...

portability

By default, `--known-types` is on. And there's no way to turn it off! In particular, this means that there's no reason for `-k`, since the feature is already on. Idea:...

enhancement

I have the following in my `BUILD` file: ```starlark kt_compiler_plugin( name = "serialization_plugin", deps = [ "@com_github_jetbrains_kotlin//:kotlinx-serialization-compiler-plugin", ], ) # ... kt_android_library( name = "%s_lib" % mode, plugins = [":serialization_plugin"],...

type: bug
component: android
component: jvm
P1
status: need more information

Should be written in Node with a Redis backend that queries a Stack Overflow client written in Go.

When running the demo app, the outline of a window appears, then it crashes. This is the gdb backtrace: ``` #0 0x00007ffff556af66 in __readdir (dirp=0x0) at ../sysdeps/posix/readdir.c:44 #1 0x00007ffff7a626b9 in...