-
The original issue (#3) of not being able to load an core2 dll was resolved by including the following;
```
process.env.EDGE_USE_CORECLR=1
```
in my main.js.
I then created a new [ClassLibrar…
-
It would be really handy if there was a mount.rclone wrapper that can be used in /etc/fstab. It would need to accept all the usual paremeters using slightly different syntax, e.g.
rclone --max-read…
-
Hi @cibernox! Would you consider removing moment dependency? Many people are using alternatives like [date-fns](https://github.com/date-fns/date-fns) or others.
I believe a good plugin shouldn't f…
-
>>./tomviz
Results in:
Cannot mix incompatible Qt library (version 0x50c06) with this library (version 0x50c03)
Abgebrochen (Speicherabzug geschrieben)
>>qmake --version
QMake version 3.1
…
-
**I'm submitting a feature request**
It would be nice, if [`output.libraryTarget`](https://github.com/webpack/docs/wiki/Configuration#outputlibrarytarget) could support the ES2015 module format.
**W…
-
For example to include view from template folder, one can directly use util. function.
```php
```
I have implemented something like about using —
```php
function view($ctx, $data_arra…
-
This is a tracking issue for the RFC "Permit impl Trait in type aliases" (rust-lang/rfcs#2515) which is implemented under the following `#![feature(..)]` gates:
- `type_alias_impl_trait`
- `impl_tra…
-
### Checklist
- [X] I have filled out the template to the best of my ability.
- [X] This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feat…
xsasx updated
2 months ago
-
Hello,
I have a recipe with code like this:
```python
cmake.configure(build_script_folder=os.path.join(self.build_folder, self._source_subfolder, 'contrib', 'minizip'),
…
-
## 🚀 Feature request
Would something like this be useful?
### Current Behavior
Pattern matching is done using if/switch statements in conjunction with type guards.
### Desired Behavior
…