8ctopus

Results 89 comments of 8ctopus
trafficstars

I'm reopening the issue as I have been getting issues with intelephense and would like to give phpactor another try. Unfortunately I couldn't find any documentation on how to install...

@BladeMF Hi Vladislav, here's what I did. Start a docker-compose with features a php development environment https://github.com/8ctopus/php-sandbox ``` docker exec -it sandbox zsh curl -Lo phpactor.phar https://github.com/phpactor/phpactor/releases/latest/download/phpactor.phar chmod a+x phpactor.phar...

Thank you both for taking the time to look into the issue. I'll take the time in the next few days to look if I can fix it using your...

@samwilson Thanks Sam, I see your point since it's updated, however ideally I prefer this one because of the lack of extra dependencies as League requires a bunch of stuff.

@xenocrat Thank you for your reply, I will check for fork!

To get the crumb, you need to provide two things: cookies and user agent: ```sh curl 'https://query2.finance.yahoo.com/v1/test/getcrumb' \ -H 'cookie: GUC=AQEBCAFlULBleUIhXwTg&s=AQAAAC76j7jx&g=ZU9e-w; A1=d=AQABBK0Lr2ICEI-bBud4SuIDLaB4bqaMNbAFEgEBCAGwUGV5Zc3ibmUB_eMBAAcIrQuvYqaMNbA&S=AQAAAggpViKy189d2OkdWsFnK_Y; A3=d=AQABBK0Lr2ICEI-bBud4SuIDLaB4bqaMNbAFEgEBCAGwUGV5Zc3ibmUB_eMBAAcIrQuvYqaMNbA&S=AQAAAggpViKy189d2OkdWsFnK_Y; A1S=d=AQABBK0Lr2ICEI-bBud4SuIDLaB4bqaMNbAFEgEBCAGwUGV5Zc3ibmUB_eMBAAcIrQuvYqaMNbA&S=AQAAAggpViKy189d2OkdWsFnK_Y; gpp=DBAA; gpp_sid=-1; gam_id=y-rpk1JRJE2uL6EDgVwC0_in.GgdLv339c~A; axids=gam=y-rpk1JRJE2uL6EDgVwC0_in.GgdLv339c~A&dv360=eS00Mm1IMHpoRTJ1RXhhNVlTUGtSVWRPdkZCWExrbjFkNH5B; tbla_id=ba643052-93dc-4ae8-a277-ee1cb7f7dab5-tuctc48e47a; cmp=t=1699788664&j=0&u=1---;...

@RobertSchiefele Just tested my code today to see if anything changed and I found out that it is still working. So there is some issue on your side.

The library is great enough to add the sponsor button even with the current level of involvement. Please add it, I will be the first to sponsor you guys. Thank...

@bsweeney Could you please tag the font fallback? I'm using this is my package json: ``` "require": { "dompdf/dompdf": "dev-master#05abdb3dbf51cb2263080b500a63ec483d5d4125", }, ``` however the composer json that requires the package,...

Issue can be closed as 3.0.0 was released.