Paul Grau

Results 7 issues of Paul Grau

Thanks to #335 we can now have loops in the controls. That's great already. However, when you display the controls all the time, the user might also expect touch swipe...

As this support was only recently dropped, with the comment "Removed JS Testing while it's being rewritten.", I wonder what your approximate timeline for this looks like. The question is,...

Based on the discussion at https://github.com/seek-oss/vanilla-extract/discussions/600 The rule format mirrors the CSS spec: https://developer.mozilla.org/en-US/docs/Web/CSS/@import

If I'm not mistaken, the `xldate_as_tuple` supports the (dreaded) datemode, but the `Workbook` class has no means of obtaining it. Is there any workaround or is this project not usable...

``` fusepm install https://github.com/bolav/fuse-camerapanel fs.js:945 return binding.readdir(pathModule._makeLong(path), options.encoding); ^ Error: ENOENT: no such file or directory, scandir 'fuse_modules/bolav/fuse-camerapanel/src' ``` fusepm 0.2.5

https://github.com/uzyn/web3-loader/blob/89e98e915948b6e7cf82639a2f070ddcdacfae77/index.js#L109 Hi, I am wondering if we could use [estimateGas](https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethestimategas) instead of this. We are trying to use it for deployment on a real (test) net and sometimes run into...

It would be really useful if we could access the plain `web3.eth.contract` object. At the moment, the generated source only exports the deployed instance, as the code [creates the contract...