Ari Seyhun

Results 81 issues of Ari Seyhun

Can I use cargo clone from my Rust app as a library rather than an executable? It would be nice in my case, rather than spawning a process to run...

I'm using makeit heavily with props for a web framework, and currently when a prop is an `Option`, you have to write ``, but it would be much more desireable...

Typically with sprites in bevy, you can draw on top of other things by using the Z translation as ordering. Shapes drawn with this crate don't seem to respect the...

If you wanted to retrieve the Steam client's email domain (gmail.com), you had to sucessfully login to Steam and access it with the **LoggedOnEvent**. Now you will be able to...

Using the SteamKit2 with C#, you are able to get the email domain (gmail.com) when an auth code is required. It seems like with this go-steam package with golang, I...

When working with cheatengine, you can come across a token called `THREADSTACK0`. `THREADSTACK0` is explained here: https://forum.cheatengine.org/viewtopic.php?p=5487976#5487976 Does this library have anything similar to address offsets for modifying memory after...

In my vue typescript application, I'm trying to use vue apollo with the `vue-property-decorator` library. I have the following code: ```typescript import { Component, Prop, Vue } from 'vue-property-decorator' import...

pending triage
types

**Describe the bug** Trying to sort classes in a `.css`/`.pcss` file does not work with VSCode using "PostCSS" for the file. **To Reproduce** Steps to reproduce the behavior: 1. Install...

### Describe the bug I've installed swift, and wasienv, and attempting to follow the tutorial for compiling swift to wasi, I get an error: ``` ❯ wasiswiftc example.swift -o example.wasm...

🐞 bug

Currently when you resize the window (such as closing the downloads toolbar on Chrome), no scrolling occurs with scroll-snap. Is is possible to make scroll snap take action to scroll...

enhancement