Scott Andrew

Results 9 issues of Scott Andrew

I have this installed on a Raspberry Pi running Ubuntu 20.10. What is the recommended setup for 5.3.3 to enable debugging? I can't seem to get any of the LLVM...

Question. The last changes were made 8 months ago. Is this library still going to be supported for 1.3 and beyond?

How can you use a deferred promise int he middle of a chain? The only way I can see doing it right now is. task { setup1() } then {...

I was trying to chain long processes but it wasn't working. All the long processes were returning deferredPromises. I thought this was working not too long ago but the update...

I am trying to read the header of a request that gets redirected. However it seems that the callback is is never called after the redirect. The new request has...

I am trying to integrate danger 3.0 into our repo using package manger. My package looks like so: ``` let package = Package( name: "DangerTarget", products: [ // Products define...

## Summary A couple of features for the date picker: 1.) Set starting date of the calendar 2.) Set initial selected date ### Motivation It would be nice to be...

enhancement

### Describe the bug The menu is not appearing when the NavHamburger component is pressed. ### Reproduction ``` import { Button, NavBrand, NavHamburger, NavLi, NavUl, Navbar } from 'flowbite-svelte'; import...

When passing in a limit the page_size comes back as a string. The following will show the issue. curl "https://deep-index.moralis.io/api/v2/0x51787a2c56d710c68140bdadefd3a98bff96feb4/nft?chain=eth&format=decimal&limit=100" However, if you take the limit out the limit will...