Search results

  1. MayoMayn

    Introduction Hello

    Gotcha, shit sucks :(
  2. MayoMayn

    Zeus HTML5 Engine

    Would've loved to use MongoDB, but the TypeORM module is garbage, so the current server for now uses Sequelize, but I'll most likely go with PostreSQL or MongoDB if I can find a proper TypeScript metadata annotation based ORM for it. Might go with a GraphQL wrapper aswell as it plays nicely...
  3. MayoMayn

    Zeus HTML5 Engine

    There's no reason for me to use plain WS over Socket.io. I could've gone for something like Primus, but Socket.io is battle-tested and consistent to a point where I think it's better, also the API aswell. Angular isn't really an optional choice for this, as it's a full featured framework...
  4. MayoMayn

    Ubuntu Budgie 18.04 - External monitor doesn't work

    Unfortunately it's on my work laptop, so it kinda sucks. Sent from my SM-G955F using Tapatalk
  5. MayoMayn

    Ubuntu Budgie 18.04 - External monitor doesn't work

    It does work, I've been using it for the past 2 months and 6 hours today, lol. Thanks for it, but your suggestion didn't work :/ Seems like I'm not the only one having problems on Ubuntu Budgie 18.04
  6. MayoMayn

    Ubuntu Budgie 18.04 - External monitor doesn't work

    Nope, I updated it to 18.04 last friday.
  7. MayoMayn

    Ubuntu Budgie 18.04 - External monitor doesn't work

    So basically my OS froze when I was browsing the web, so I had to hard reset it by plugging out the battery and power cable. Now all of sudden after I've turned it on and plugged in the HDMI cable again the monitor doesn't detect the input at all. Output from xrandr Screen 0: minimum 8 x 8...
  8. MayoMayn

    Machine banned fortnite.

    The game is made using Unreal Engine (C++)
  9. MayoMayn

    DELETE

    I don't get the way you're using async / await. Simply just return the value instead of creating a new Promise using the constructor. static async create(user) { const session = await Database.create(user) const token = await JWT.sign(session) return token } And if you need...
  10. MayoMayn

    What languages, frameworks, tools, operating systems, etc. do you use?

    Totally in love. You should check out Stencil, even though you don't like JSX. Basically Vue + Angular + React / JSX combined plus it's only fucking 6kB. And don't get me started on Nest. I would love to learn Dart though.
  11. MayoMayn

    What languages, frameworks, tools, operating systems, etc. do you use?

    OS Ubuntu Budgie Language JavaScript / TypeScript Frameworks Stencil React / React Native Electron Nest Libraries Pixi.js RxJS Redux Apollo Mobx Sequelize Tools Hyper / Tilix Git / Github Webstorm MySQL Workbench DevOps GraphQL MongoDB MySQL Nginx
  12. MayoMayn

    wat

    wat
  13. MayoMayn

    yeah @Markshall can you not?

    yeah @Markshall can you not?
  14. MayoMayn

    ew

    ew
  15. MayoMayn

    I’ve just ordered this setup, is this any good?

    Yes, it does, but what upgrades were available?
  16. MayoMayn

    I’ve just ordered this setup, is this any good?

    It's definitely decent... but the one who put together the part list is a complete retard though. You could've gotten a way better build if you just bought other parts separately. But again this bundle includes peripherals. What exactly do you need the PC for? Gaming, video rendering...
  17. MayoMayn

    Expose yourself!

    typical Indian tech support EZ
  18. MayoMayn

    Expose yourself!

    Damn how old are you?
  19. MayoMayn

    Show DevBest [WIP] OpenPureTab - An open source extension for Chrome-based browsers that allows customization of the new-tab page.

    Damn looks good... but I'm still confused on what the purpose of this extension is :D Also I'd suggest using the Mozilla Browser Extension Polyfill API so you can use the same source code for multiple browsers. Or better yet use https://github.com/HaNdTriX/webextension-toolbox
Top