JC
JC
I stumbled upon a similiar problem when I tried to insert a [vinyl](https://github.com/wearefractal/vinyl) file using [gulp-asar](https://github.com/bwin/gulp-asar). The process actually failed at gulp-asar (which uses `asar/lib/filesystem`) and not asar itself, but...
Hey, I have made a non-complete implementation that fixed two of those that didn't show texture: https://github.com/AlicanC/GLTFSceneKit/commit/78eb1759a504fb875151dd1362edd94981bec210
I will try it if I find any models that have non-default values for those.
FYI, there is some code here to convert PBRSG to PBRMR: https://github.com/KhronosGroup/glTF/blob/master/extensions/Khronos/KHR_materials_pbrSpecularGlossiness/examples/convert-between-workflows/js/three.pbrUtilities.js#L33
I've followed [an article](https://theindustrialresolution.com/passion/graphql-relay-subscriptions) and ended up with this: ```js import { execute } from 'apollo-link'; import { SubscriptionClient } from 'subscriptions-transport-ws'; import { WebSocketLink } from 'apollo-link-ws'; const subscriptionClient...
When I wrote uploadMiddleware I didn't have a way to test if it works with batchMiddleware (never used it) so I just made it throw an error. I don't really...
This has served me well: ```javascript // uploadMiddleware.js // @flow import RelayRequestBatch from 'react-relay-network-modern/lib/RelayRequestBatch'; import { type Middleware } from 'react-relay-network-modern/lib/definition'; import { extractFiles } from 'extract-files'; export default function...
@Voxelot what do you think, should I proceed? Any comments?
@Voxelot ready for review. One note is that I did not use `Account.transactions` in fuel-gql-client since `Query.transactionsByOwner` already does the trick. (Also not planning to use it on fuels-ts, but...
@rakita the problem mentioned in the OP still exists. Looks like Sway now has `Identity` which we could use instead of `Account`: https://github.com/FuelLabs/sway/blob/master/sway-lib-std/src/identity.sw