Results 40 issues of Roman V

A filename with spaces (e.g. `New File.txt`) in a repository will not be found when running ```bash git-forget-blob New\ File.txt ``` The following error is returned: ``` Read blobs... New...

### Angular2 appears to work with `injectChanges: true` set in `bs-config.js` I'm not sure when it started to work, but CSS changes successfully inject into my angular2 app through browser...

question

I'm getting started with a `ATSAML10xxxx` series project that uses Cortex M23 (ARM v8 baseline) Since I'm new to Rust development (but already an experienced embedded developer), I've been following...

Using Enigma with StarMade. Their obfuscated classes are namespaced under `obfuscated`. ![image](https://user-images.githubusercontent.com/1032029/54474634-0c255b80-484c-11e9-85da-c950dadfd6b5.png) Investigating how Enigma splits classes between *Obfuscated Classes* and *De-obfuscated Classes*, the Gui Controller invokes `Deobfuscator.getSeperateClasses(...)`: https://github.com/FabricMC/Enigma/blob/19a77fbb472592e116f2f6654657eeec81d40b18/src/main/java/cuchaz/enigma/Deobfuscator.java#L159-L179 Since...

enhancement

Hi, virtualenv doesn't provide a mechanism for setting up environment variables and tearing them down again after deactivate. A use case would be allowing setting of `PYTHON_EGG_CACHE` to `$VIRTUAL_ENV/.python-egg` (related...

enhancement
help-wanted

Regarding the default `/.well-known/core` handler; I think adding a `CoAP_RemoveResource(...)` to complement `CoAP_CreateResource(...)` would enable the application to remove the default handler *and* help by allowing the application to dynamically...

good first issue

There are two parts to this PR, the first being the support for physical descriptors by providing structs and a couple of macros in `LUFA/Drivers/USB/Class/Common/HIDClassCommon.h` The second part is a...

_This is sort of a cross-posted issue from https://github.com/rust-embedded/cortex-m-quickstart/issues/94_ I'm getting started with a `ATSAML10xxxx` series project that uses Cortex M23 (ARM v8 baseline) Since I'm new to Rust development...

enhancement
help wanted
good first issue

I've just installed newt following the [Getting Started guide for Linux ](https://mynewt.apache.org/latest/newt/install/newt_linux/). My OS is Ubuntu 16.04 LTS on Windows 10 through WSL. ```bash $ cd ~/Documents/nRF/projects # ~/Documents is...

Modifying `samples/smp_svr/zephyr/prj.conf` and adding ```properties CONFIG_MCUMGR_CMD_LOG_MGMT=y ``` to the following file: https://github.com/apache/mynewt-mcumgr/blob/7658d09f1c6ee2b778390854a9d90d74b39e9fca/samples/smp_svr/zephyr/prj.conf#L34-L38 Building the sample application with `west build` will cause CMake to error with the following: ``` CMake Error...