HKalbasi

Results 37 issues of HKalbasi

Currently lingva is based on google translate, which performs well but it is not the only choice. There are translators from microsoft, yandex and deepL as well as open source...

enhancement

Currently, each generated file contains a copy of each header file it includes, so to make a change/refactor you will need to change multiple places, making changes harder than necessary....

This PR implements the vscode testing api similar to #14589, this time using a set of lsp extensions in order to make it useful for clients other than vscode, and...

S-waiting-on-review

This PR runs `cargo metadata -Zscript --manifest-path=file.rs` on files opened as detached file, and then r-a will magically detect dependencies. It doesn't touch anything in the salsa area. So, detached...

S-waiting-on-author
S-blocked

Rust ecosystem lacks a mature packet parsing and crafting library similar to [libtins](http://libtins.github.io/) in C++, the best I found is the [packet crate](https://github.com/meh/rust-packet) which lacks some basic functionality like ARP...

Using async/await instead of manual state machine can dramatically simplify code. For example the `Dialogues management` example in the readme can become something like this: ```Rust loop { let chat...

K-feature-request
A-dialogue
A-dispatching
A-update-managment

This PR contains bumping dependencies in `Cargo.lock` (the currently pinned version of `getenv` doesn't compile on stable), running rustfmt on code, and some minor changes in order to make code...

I'm working on https://github.com/mitnk/cicada/issues/27 (port cicada (a bash-like shell) to WASI). This crate is an indirect dependency of cicada. Can you add support for WASI (target `wasm32-wasi`)? Your package has...

I think xterm has the ability to be a complete terminal. Is there a specific reason for this? Or just for simplicity of implementation?

(As you are probably aware of,) PWA is a set of web standards to make web apps experience closer to native apps. If you add a [service worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers) we can...