-
**Issue by [M40V](https://github.com/M40V)**
_Tuesday Mar 12, 2019 at 13:39 GMT_
_Originally opened as https://github.com/populse/populse_mia/issues/70_
----
**Expected behavior**
We want to see t…
-
### Reporting a bug?
I've added this to my `vue.config.js`:
```
const path = require('path');
const VueI18nPlugin = require('@intlify/unplugin-vue-i18n/webpack');
module.exports = {
config…
-
**Icon Type**
- [ ] Folder
- [X] File
**File Names**
- nest-dto
- nest-entity
**Graphic ideas**
Please refer to [this icon](https://github.com/PKief/vscode-material-icon-theme/blob/main/i…
-
It would be useful to have a feature to tell docformatter to leave part of the docstring alone. For example, someone may have manually set up part of the docstring exactly as they want it and don't wa…
-
-
The controller is an amazing tool to reuse logic between component. But I think more thing can improve.
## Features
- `hostUpdated`/`hostUpdate` should accept `changedProperties` as argument.
…
-
### Steps to reproduce
```python
"""
main.py
"""
from dynamic import foo, bar
print(foo)
print(bar)
```
```python
"""
dynamic.py
"""
def __getattr__(name):
if name.startswi…
-
similar to #59 , in serialization, `@Exclude` on base class doesn't work too.
```ts
@Exclude()
export abstract class AbstractEntity {
@PrimaryGeneratedColumn()
id: number;
@Creat…
-
## Problem Statement
Currently, there isn't a way to intercept all registrations and we cannot make a global interceptor like "global logger". Most of the workarounds in stackoverflow are hacky and…
-
Since we already have [`on_event`](https://github.com/joshuaskelly/twitch-observer/pull/57) decorator, it could be also nice to have the same thing for chat commands.
**Examples**
```python
# Use…