-
## 前传
### 选择障碍
我对开发语言有极大的完美心理。我用且只用 Java 做主力开发8年的时间,慢慢体会到了它的迂腐笨重。自此,我寻找 Java 的替代品,但貌似现在也还没有选定。比如我觉得 Ruby 的元编程思想很赞,无论是基本库重载,还是1.days.ago,RoR 更是 Web 编程的 killer,但 end 关键字也太丑陋了吧!我觉得 Python 很方便,OpenSta…
-
I am trying to add more functionality to the YetiApi class.
When I tried the get entity it worked, but for adding a entity it gives error
ERROR:root:An error occurred (500):
Any pointers toward…
-
# Flask-SQLAlchemy
Flask-SQLAlchemy is an extension for Flask that simplifies the process of working with relational databases in Flask applications by providing integration with SQLAlchemy, which …
-
It looks to me that this part is not yet implemented:
```
def jwt_required(fn):
@wraps(fn)
def wrapper(*args, **kwargs):
jwt_data = _decode_jwt_from_request(request_type='access…
-
Hi guys,
I know I haven't been involved a lot with this project but I've been following this project for quite some time. I was wondering if you guys are considering adding a documentation of every…
-
Hier eine Liste von Ideen für die nächsten Videos:
- Memory
Das gute, alte Memory-Spiel. Mit netten Bildern und einigen Varianten (3 einer Sorte, nach jedem Versuch werden 2 Karten ausgetauscht).
…
-
Hey there! Just wondering if you know about https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/bcf and https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/foundationserver and wheth…
Moult updated
3 years ago
-
**Impact of the new feature**
Meta issue for the next generation of WM microservices
**Is your feature request related to a problem? Please describe.**
Yes, we want to modernize the microservices…
-
**Describe the bug**
Prior to SQLAlchemy 1.4, simple `table` and `column` objects could be used to render statements without providing types to `column`, but this now produces an error.
```pyt…
-
Hi, since I discovered flask-restful I've been wary of its marshalling support and the under-featured Request Parser. In short, I want to replace those with [Marshmallow](http://marshmallow.readthedoc…