Giter Club home page Giter Club logo

banchonet's People

Contributors

cossinus avatar foksurek avatar folate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

folate

banchonet's Issues

EntityFramework query does not return anything but sql does

None of these queries return anything with EF but using this not commented query in - for example - phpmyadmin it returns elements that I want.

var scores = await dbContext.Scores
.FromSqlRaw($"SELECT * FROM Scores WHERE PlayerId IN ({string.Join(", ", playerIds)}) AND PlayTime > TIMESTAMP(\"{date:yyyy-MM-dd}\", \"{date:HH:mm:ss}\")")
.ToListAsync();
/*var scores = await dbContext.Scores
.Where(s => playerIds.Contains(s.PlayerId) && s.PlayTime > date)
.ToListAsync();*/

Storing mania profiles

I was thinking about storing every played ranked mania keymode separately. Rankings would still be a summarized version of every keymode (main mania profile too) but we will be able to show different stats for every keymode.

Unicode characters crashing the server

While testing functionality of sending messages I checked if I could send some Unicode characters to other players. It crashed (?) the server or didnt process at all the message with those characters. This should be investigated further.

EDIT:
Instead of crashing the server it just "disconnects" client and stops sending any packets at all. It is also impossible to log in after that.

EDIT 2:
Fixed by encoding length of BYTE ARRAY instead of string length...

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.