Hello friends, i am having problem while setting up the development environment in my windows machine could help me sorting out this problem. does anyone know about this
Abhi4 has quit
Satyaraj[m] joined the channel
Satyaraj[m]
lucifer (IRC): the static_builder container still keeps exiting with the same error as previous
<lucifer> "Satyaraj: try running `./develop..." <- This too isn't working
relaxoMob has quit
mara42 joined the channel
yvanzo
Hi Abhi4, sure, what is this problem?
mara42 has quit
Dev20 joined the channel
Dev20 has left the channel
yellowhatpro
Hi @yvanzo, long time. I had exams going on so couldn't do much. Recently I explored report generation stuff you told me about. For now, I checked a couple of pre-made scripts, extracted their sql queries and ran in rust binary using sqlx. Printing stuff works well. One thing that we will have to do is, generating the rust types of the tables that are results of sql queries we run in reports.
But yeah, I think apart from generating rust based structs, it would mostly be sql work and what new reports we can come up with. Am I heading the right direction ??
Umm, nothing much to tell as of now. Just thinking what reports we can come up with. Also, what config do we have to make to run rust binaries on server?
Yeah will try to join meetings soon
yvanzo
Can the binding be automatically generated for any schema already or does it require some manual tweaks?
yellowhatpro
No manual tweaks, all I have to do is sql-gen generate with proper args, and it generates types and the functions
I am thinking to create a github repo for only this purpose, that way we can just put it in cargo file of any project.
In this repo there will be types, and if there is any schema change, I can just generate the schema again and push. Are there any caveats in this approach?
relaxoMob joined the channel
yvanzo
yellowhatpro: It’s a very good beginning but it’s missing higher level features that will probably require code to be added separately.
I’m not sure that we should go for a fully-fledged binding already though, probably just something basic that allows you to build a more interesting app.
lucifer
Satyaraj[m]: that is weird, but I am not at my laptop at the moment. I'll try to help fix it later.
yvanzo
Example of missing features that would be helpful with generating reports: higher-level structs (for example `event` to gather all the`event_*`), redis caching…
Looking at previously proposed ideas of background task, the IA integration could be fully implemented in Rust using the basic binding that you already have: https://wiki.musicbrainz.org/Development/Summer...
that looks like the tests DBDefs is misconfigured, since it should be downloading the images through ssssss, not archive.org
yvanzo
that too ^^
bitmap
however the actual failure is from it not being able to retrieve the index.json file from the artwork-redirect service (the 404s in the browser console should be harmless)
since that just means it can't display the images, which isn't tested (but we should still fix)
I've seen this in other PRs too, so unclear if it's related to those changes...I'll run them locally to be sure
Hi! aerozol lucifer (IRC) i was checking today project ideas for soc, and the project i chose has 90 hours allocated. But I was thinking can I like also add something so it would be more than 90 hours? I know it sounds strange, but I actually quite like what I am doing right now and wanted to contribute more. Do you have any ideas what can i also add to it? I decided to add also importing functions, but I feel like i need more