Alexander Chapchuk

Results 7 issues of Alexander Chapchuk

Hello! I am added new argument `data-auto-sso` for disable popup login block (auto redirect) if you are using only SSO method authentication. Demo: https://user-images.githubusercontent.com/9078504/115989833-ee995300-a5c8-11eb-9c53-a02fdd70fb2a.mp4

**What would you like the app to enable you to do?** Support [shortcuts](https://support.apple.com/guide/shortcuts/welcome/ios) for IOS. **Describe alternatives you've considered** I guees, only manual execution. **Additional context** Sometimes you need VPN...

feature request
os/ios

Because by default Type is "POST" (on last version oauth 2.0.2) http://git.php.net/?p=pecl/web_services/oauth.git;a=blob;f=oauth.c;h=ab62cab76da4b17247a928c6f2e1765658c53d71;hb=refs/heads/php5

**Bug description** Hello, I've tried several times, but I can't build a Unity with URP to Win64. After the build, I get sucessufuly artifact, but when I try to run,...

bug

(features label's) Hi! For example I got: ``` src/ ├─ locales/ │ ├─ home/ │ │ ├─ auth/ │ │ │ ├─ en.json │ │ ├─ en.json │ ├─ about/...

User case: We utilize S3 storage to store our resource pack. This pack is loaded from our CI/CD pipelines, ensuring that any changes on the servers (such as Velocity) are...

enhancement

I have next case: ```java final var id = UUID.randomUUID(); final var displayData = DisplayHologramData.getDefault(location); displayData.setBillboard(Display.Billboard.CENTER); displayData.setVisibleByDefault(false); final var textData = TextHologramData.getDefault(id.toString()); de.oliver.fancyholograms.api.Hologram hologram = FancyHologramsPlugin.get().getHologramManager().create( new de.oliver.fancyholograms.api.data.HologramData(id.toString(), displayData, HologramType.TEXT,...