Evelyn Pai

Results 11 issues of Evelyn Pai

I have a model named `OS`, which generates package name `os`. Everything works ok until dealing with select query objects, which generates `os` as the receiver name, conflicting with the...

when you have a branch that has been changed in the future :timezone:, twig reports a negative second timestamp:

bug

example run: https://github.com/evie404/OWLib/actions/runs/2537687792 artifacts at the very bottom

Hi, I've been looking into using groupcache in a new project. It'd be nice to confirm that groupcache is supported on newer versions of go.

cla: yes

It might be useful to have the ability to mark `go_repository` rules with [`testonly`](https://docs.bazel.build/versions/master/be/common-definitions.html#common.testonly). This way, we can assure that certain libraries that may contain mocks or testing helpers to...

Since bazelisk downloads entire binaries, autocomplete scripts are not accessible. bazelisk could potentially also download the autocomplete scripts to a predetermined location to make it easier invoke.

type: feature request
help wanted
P3

## Feature Request ### What problem are you trying to solve? In order to standardize authentication patterns across the mesh, one can run external auth at the ingress level; however,...

rfc

I got inspired by the Busan under a minute™ initiative. Maybe this helps. before: ![image](https://user-images.githubusercontent.com/1469579/188286302-359d0b78-3da9-4824-9644-0a65f2b973f2.png) ``` >>> len(bpy.data.meshes) 14018 ``` after: ![image](https://user-images.githubusercontent.com/1469579/188286307-1ae9dc4b-c51c-42d1-9c9f-e0d479186dbf.png) ``` >>> len(bpy.data.meshes) 1839 ``` didnt test but...