Sarah Sturgeon

Results 56 issues of Sarah Sturgeon

Hi, I'm getting this error very frequently from visitors. We have to support a super old verison of chromium, so I imagine it's just not working for something that old....

This is a quick PR that exposes the actual ragdoll functions on the `ulx` table. Use case is simple; in other addons I want to use ULX's ragdoll functionality without...

Currently, `gmod_hands` creates a hook on `OnViewModelChanged` on both realms when initialized. On our server, likely due to some addon conflict (ULX?), these hooks aren't cleaned up when the hands...

Enhancement

``` "lib/object_generators/object_generators.rb" 1L, 1C Error detected while processing /root/.vim/bundle/MatchTagAlways/autoload/MatchTagAlways.vim: line 28: /must>not&exist/foo:1: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses ```...

### Context In my [original PR](https://github.com/TeamUlysses/ulib/pull/80), I implemented a whole new hook (`ULibPostCommandCalled`) that was supposed to only be called if a command successfully ran. My original PR was bad...

This is an Example set of changes that would support my newly proposed [ULib PR](https://github.com/TeamUlysses/ulib/pull/87) which would forward the return value of these command functions to the `ULibPostTranslatedCommand` hook. I'll...

When you call `z` with no arguments, it just prints the frecency list. When you call `v` with no arguments, you're presented with a prompt to enter a choice. This...

**Describe the bug** GitHub style dropdowns display incorrectly in the Preview, regardless of zoom level. Example of a dropdown: ```md Want to ruin the surprise? Well, you asked for it!...

Debug prints seem pretty neglected in PAC3. This PR aims to make it slightly more usable. ### Summary #### Remove `pace.dprint` `pac.dprint` and `pace.dprint` were identical and had multiple declarations....

Simple fix to a (seemingly) accidental global var declaration.