-
How is having class="mw-50" different from style="max-width: 50%"? Same goes for the majority of classes I looked through in the css file. I cannot think of a difference other than a cosmetic one. I w…
-
## Description
Pretty unfair that you're recommending Firefox and not Waterfox. Especially since FF has recently banned free speech extensions from its repo. Twitter censors everyone, so we have Gab.…
-
HI
I'm trying to port your scope to ULX3S board, Goran sent me
your message to fix constraints and toplevel so I did that and
even more
I have prepared toplevel and constraints to build and I…
emard updated
5 years ago
-
Before commenting in this thread, please check https://github.com/rust-lang/rust/issues/50547 and try to check that you're not duplicating arguments that have already been made there.
---
Notes …
-
Hi everyone, here is the issue I promised to create in https://github.com/prooph/event-sourcing/issues/79.
Note that I'm going on vacation this saturday and will only have a limited ability to answ…
-
Most package managers have a concept of package revision, i.e. additional version number that reflects changes in packaging scripts or applied patches when "main" version number of packaged software r…
-
How did you install WebODM? (Docker, natively, ...)?
Downloaded the installer and installed. Docker was installed and runs for WebODM to work
What's your browser and operating system? (Copy/paste …
-
Hi, I should have submitted both of these sooner. :-(
Applications close tonight at midnight. Can you please remove this block of copy/links from the sidebar of both the CM landing page and FAQs pa…
-
@falexwolf wrote:
> > Wow, this looks great! One remark for future PRs: We’re migrating to a new documentation style using type annotations
>
> I'm still not convinced that we should use type an…
-
Here's a test case:
```
def test_overload_dynamic_routes():
app = Sanic('test_dynamic_route')
@app.route('/overload/', methods=['GET'])
async def handler1(request, param):
…