Torsten Dittmann

Results 35 issues of Torsten Dittmann

When using `{{#link-to}}` the default active class in Ember is "active", but Bulma uses "is-active". This can be changed in Ember by adding this code to `./app/app.js` ``` // Add...

This is about **the Docs**. ### Description The code on the first example is incorrect. https://open-tux.github.io/ember-bulma/#/uilayout/hero ``` {{#bulma-hero}} {{#bulma-hero-content}} Hero title Hero subtitle {{#bulma-hero-content}} {{/bulma-hero}} ``` `{{#bulma-hero-content}}` at the bottom...

## What does this PR do? - use github hosted runners for e2e & unit tests ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? ✅

## What does this PR do? - uses newer versions of - `utopia-php/framework` - `utopia-php/swoole` ### Have you added your change to the [Changelog](https://github.com/appwrite/appwrite/blob/master/CHANGES.md)? - no need to ### Have...

Implemented a very basic test suite for all Datatypes that can be passed as an argument or returned. I am not sure what kind of conventions you would like to...

Branch for experimenting with https://www.tigrisdata.com/. For the sake of moving fast, I used Guzzle for an easy to use HTTP Client. Some notable things: - no concept of indexes -...

adapter

## What does this PR do? - added error handling to enum attribute migration - improved queries used with the document iterator ## Test Plan - manual ## Checklist -...

Introduces traits for Resources and Hooks in order to re-use them in apps or libraries. Example implementation would look like this https://github.com/utopia-php/cli/pull/26