Alexander Timmermans
Alexander Timmermans
In this library you have the option to change the container id using: ``` app.config(function(toastrConfig) { angular.extend(toastrConfig, { //... containerId: 'toast-container' //... }); }); ``` However in your styling file...
The following code will make the current tab in chrome crash: ``` var parent = { child : { parent : {} } } parent.child.parent = parent; var parentTwo =...
On the ui-grid repository the following issue was opened: https://github.com/angular-ui/ui-grid/issues/6065 According to our interpretation the cause of the issue must lay somewhere in ocLazyLoad as everything works correctly when lazy...
Provide an API function where I can trigger selection of elements in the vorlon DOM tree. So that I could create my own debug tools where I can build a...
Executing `docker build -t ort .` results in the following error: ``` #9 16.22 ## Run `sudo apt-get install -y nodejs` to install Node.js 16.x and npm #9 16.22 ##...
Docker now supports ARM architecture. It would be great if the taiga docker images are available as multi architecture images, as described for example here: https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/ I tried myself, but...
It would be nice to do something like ``` SELECT name FROM /myDir LIMIT 100 ``` This should limit the number of results to maximum 100. This is an interesting...
Hi I think it is not yet possible what I would like to do. Let's assume I have ``` public class MyAdder{ public double Add(double a, double b){ return a...
When trying to run a docker container on a synology server it seems to me the installation does not successfully complete. When the browser connects to Taiga you see "Something...
### Search Terms ".default is not a constructor" ### Expected Behavior Can instantiate class instance even if there is a json file with the same name as the class ###...