Ümit Seren

Results 20 issues of Ümit Seren

This might not be strictly according to the material design spec, but could be potentially useful. As far as I can tell currently there is no way to create sub/detail...

It might be handy to add a `Behavior` to model [Google Maps Custom OverlayView](https://developers.google.com/maps/documentation/javascript/examples/overlay-simple), which allows to create custom marker on a google map. It could be something along these...

As HPC sysadmin who are using the [eaysbuild](https://easybuild.readthedocs.io/en/latest/) framework to install software on our HPC system, we rely on versions and releases on github to manage software versions. It would...

**bioportal-ontology-detail.cache** File in https://github.com/ISA-tools/ISAcreator/blob/master/src/main/java/org/isatools/isacreator/ontologymanager/bioportal/io/AcceptedOntologiesLoader.java is set to point to `ProgramData/cache` This should be rather set to the tmp folder otherwise it might result in PermissionDeniedException.

Feature Request

We have a database and a web-application with some data and we want users to be able to download/upload our data as an ISA-TAB archive. For the conversion we wanted...

Feature Request

We have a managed galaxy service which is connected to our HPC system. Some users showed interest in using the PiRATE pipeline. As a workaround we started the VM but...

enhancement

We would like to use dfind in combination with dwalk to find hardlinks. The dfind command line tool does not provide this option as of now. I am wondering how...

### Description I have a somewhat weird bug. I have following DOM structure: ``` html ``` `` and `` both implement the `NeonSharedElementAnimatableBehavior` behavior and they define a `hero-animation` with...

Somehow I run into an error when I try to add a gulp.swatch to the gulpfile.js. Steps to reproduce: 1. scaffold project 2. add to the gulpfile.js: ``` gulp.task('watch',gulp.series('default',function() {...