‮rekcäH nitraM‮

Results 328 comments of ‮rekcäH nitraM‮

My thinking is that you have to think about a numpy operation in three parts. Switching from the python to the c layer, doing the actual computation and then switching...

I would love syncing to apple health - because apple health data completely stays on my devices and is in no way shared with apple or any company. The only...

As was discussed in #1015 I'd like to get some design considerations going here. I know you are talking about custom URL-Resolvers for this issue, but I think there should...

I would like to second @xlotlu here. The docs really should be part of the code, as they are relevant for the version of the code you are using, and...

@runfalk This probably comes off a bit trollish, but have you guys considered hosting the docs on a GitHub page? The default-domain from the lektor repo would be great as...

Hi @devs, can you give an update what is holding this up? Perhaps some perspective on what the community can do to support the development of this feature?

I realize I missed the conftest.py file: ```python import subprocess import pytest import re import atexit from subprocess import run def find_firefox(): paths = run(['mdfind', 'kMDItemFSName == Firefox.app'], capture_output=True).stdout.splitlines() assert...

And the flask app in question: ```python import flask app = flask.Flask(__name__) @app.get('/') def index(): return flask.redirect('/selector_playground') @app.get("/dynamic_disclose") def dynamic_disclosure(): return ''' Container Trigger function trigger() { div = document.querySelectorAll('#container')[0]...

:-) Well I sure can deal with this manually - and especially here where I'm comparing how different browser automation frameworks deal with this. Im reporting the bug cause I...

@gustaf71 No idea what vtool is, and GitHub search brings up lots or results that all seem unrelated. Do you have a link? As far as I know I need...