Harald Wiesinger

Results 10 issues of Harald Wiesinger

### 👟 Reproduction steps when i start migration to new version my cron triggered jobs does not execute. after i went to appwrite console and change one of the values...

bug
functions

would be cool to get a placeholder with low resolution by adding a parameter to the url request :)

hi is there already a parameter to hide the form from the mainpage? (or make it invisible, i just want to POST there) i want to use your cool script...

hi, i have an api which responds me an json like this: "timestamp":{"$date":1608937653515} the $date is not escaped in the coding and results in a null best regards harald

bug

### 👟 Reproduction steps i took this picture from my function logs: ### 👍 Expected behavior normally the day ends with 23:59 ### 👎 Actual Behavior it seems there are...

bug
good first issue
ui/ux

Hi any chance that you can add a field where i can provide the Date or/and Time.... i tried to insert a Column Widget with a second row, but positioning...

hi! i set my theme data in main.dart like this: ``` Widget buildApp(BuildContext context) { SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle( statusBarColor: Colors.green[700], systemNavigationBarColor: Colors.green[700], statusBarBrightness: Brightness.light)); return OverlaySupport.global( child: MaterialApp( theme: ThemeData(primarySwatch: Colors.green), home:...

### Describe the problem at the moment there are reports to see inactive and already running projects. it would be very cool the see a full projects list over all...

feature request
reporting

added restart: unless-stopped for appwrite-worker-usage and appwrite-worker-usage-dump ## What does this PR do? add a restart for appwrite-worker-usage and appwrite-worker-usage-dump in my case appwrite-worker-usage-dump is "exited" because redis is not...

### 👟 Reproduction steps Running `appwrite functions create --function-id inactiveGames --name inactiveGames --runtime node-16.0` ### 👍 Expected behavior It should deplay a new function ### 👎 Actual Behavior CLI Error:...

bug