signmeuptwice

Results 20 issues of signmeuptwice

trying to have a workspave with this default directory tabs open but CD command not working - title: Web Server color: '#03fccf' commands: - cd Documents/Websites/mr_docker I have so many...

bug

is it possible to change the internal time format to something custom ? Is it possible to display a more user friendly format like '16 oct 2022" but use another...

I migrated from a vue2 datepicker called `vue-date-pick` which used to automatically change its position and avoid being hidden by the parent. Vue3-Datepicker does not seem to take this into...

I recently upgraded to Symfony 6 I run php 8.1 with `doctrine/doctrine-bundle` 2.5 here is my entity: use Doctrine\ORM\Mapping as ORM; use Gedmo\Mapping\Annotation as Gedmo; /** * @Gedmo\Slug(fields={"uid"}) * @ORM\Column(length=120,...

Bug
Sluggable

I use selectivity over a php generated `` I have no cross (X) button in my selected items like on the project page; did I miss an option somewhere? `$('#tag-list').selectivity({...

using command on mac osx `docker run --rm -it --network=app_network dimitri/pgloader:latest pgloader mysql://app:pass@mariadb/mr_dev postgresql://app:pass@database/mr_dev` gets ``` WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)...

I seems that pgloader is not migrating my database. it hangs after the connection after waiting a long time I `ctl + c` and it brings error below and no...

Using a .sql file created with Sequel Pro reading my mariaDB database to migrate to postgres file -> import from SQL file ``` Select database 'app' psql:/app/files/data/dev/latest/db/app_dev-7-17-23-webp.sql:14: ERROR: syntax error...

My project structure is like this: root folder .git docker-compose app composer.json so my git is not located in the app folder but in its parent My docker app is...

# Problem/Motivation IP masquerading not working; cannot access other devices on my local area network ## Expected behavior traceroute 192.168.8.169 and get a reply ## Actual behavior traceroute stops at...