Giter Club home page Giter Club logo

corddis's Introduction

Witaj na moim profilu

Nazywam się deepivin aka marek12306 (nie podaję swojego prawidziwego imienia w internecie). Interesuję się zagadnieniami związanymi z informatyką/programowaniem. Jestem otwarty na nowe technologie, języki programowania.

Krótkie preferencje czy fakty o mnie

  • Astolfo: tra.py
  • Ulubione języki: TypeScript/JavaScript (choć jest dziwny to po prostu w tym się najlepiej czuję), Crystal/Ruby (przez ładną, czytelną składnię)
  • Przeglądarka: Vivaldi
  • Edytor kodu: Visual Studio Code
  • Ulubiona gra: osu!taiko (choć i tak gram jak gówno)
  • Tag na Discordzie: deepivin#5052
  • Ulubione gatunki muzyki: J-Core, Breakcore, IDM
  • Specyfikacja kompa: Ryzen 5 2600, RX 570 4GB, 16 GB RAM

Statystyki

marek12306's GitHub stats Top Langs

corddis's People

Contributors

indexerrowaty avatar mafineeek avatar marek12306 avatar ziomaleq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mafineeek

corddis's Issues

allowed_mentions is incorrectly typed and missing new properties

The allowed_mentions property on MessageCreateParamsType is currently typed as AllowedMentionsType[], which causes a 400 Invalid Form Body error, because only a single value is expected, not an array. It should be typed as AllowedMentionsType to fix this.

Additionally, the recent updates adding Reply functionality came with a new property, replied_user: boolean, which is currently missing from AllowedMentionsType.

The following can be used to manually bypass this issue until fixed:

allowed_mentions: { replied_user: false } as unknown as AllowedMentionsType[]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.