Houssam Haidar
Houssam Haidar
https://github.com/sparksuite/simplemde-markdown-editor/issues/243#issuecomment-178242811 https://github.com/sparksuite/simplemde-markdown-editor/issues/435#issuecomment-248178738 https://github.com/sparksuite/simplemde-markdown-editor/issues/657#issuecomment-355477352 I'm not sure there's going to be a fix for this based on the comments above (which is absolutely insane and dangerous). Some people have gotten around...
Oclif has a ["plugins plugin](https://github.com/oclif/plugin-plugins)" but I'm not sure it would be particularly useful for a generic storage API. I'm going to think about it more but please let me...
This might have something to do with [the following conditional](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/blob/main/src/backend/gog/library.ts#L233) Changing it to this seems to work: ``` if ( isConfigCloudSavesReady && cloudSavesEnabledGames.includes(String(game.id)) && installedInfo && installedInfo?.platform !== 'linux' )...
I've opened a PR for this. @galkahana electron v4 is coming out soon too, it might make sense to drop support for v1.
@galkahana for sure! ...and it looks like my build is failing :< ``` /home/travis/.nvm/versions/node/v10.2.0/bin/node: symbol lookup error: /home/travis/build/galkahana/HummusJS/binding/hummus.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorE npm ERR! Test failed. See above for more details....
Would pointing ldapjs in package.json to master help?
Have you set your rooms and such? ``` export HUBOT_LCB_TOKEN=NTRiNjg5NmYyMDZiMzEwMDAwYTAxNmZiOjE0ZTg2ODMwYz... export HUBOT_LCB_ROOMS=5279facb1015642226000011,5394ffbabdea44e815000003 ```
set this in settings: ``` files: enable: true ```
Thanks again for your help with this. I'm going to talk to my superior about having a better process for handling these kinds of things (perhaps an dedicated email and...