Lin

Results 140 issues of Lin

[PyDirectInput](https://github.com/learncodebygaming/pydirectinput) uses the newer [SendInput](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput) API.

enhancement

```rust extern crate reqwest; extern crate xml; use self::xml::reader::{EventReader, XmlEvent}; use reqwest::Client; use reqwest::Response; fn main() { let client = Client::new(); let xml: String = get_mta_status(&client); // passing `String` wont...

Users should not be doing password hashing, registration stuff etc. by hand. Node.js already has really good support in the form of passport.js. The equivalents in other frameworks are Devise...

Is it possible to add support for a template-based templating framework such as Selme? Conventional non-lisp frameworks generally don't generate HTML using internal DSL because it makes it difficult to...

Can this compile and link Project Oberon ? (The latest incarnation of the OS)

Many public WiFi networks block P2P filesharing, FTP is still possible using the phone's hotspot feature. However this is not very accessible to casual users as the app defaults to...

Some email clients such as the stock Samsung client and outlook have a scheduled mail feature where mail would only be sent at a specific time.

type: enhancement
type: epic

Does [this](http://trac.wxwidgets.org/ticket/15291) still apply?

Hi, is there a way to automatically translate standard css selectors to the vector form? I am using a browser plugin to automatically generate them en mass to input into...

question