Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 1174)

Ticket Resolution Summary Owner Reporter
#5406 fixed Remove alembic config attributes hackery upon upgrading to Alembic 07.5 Christopher Allan Webber
Description

From commit 4c77f3d

+        # TODO: After 0.7.5 alembic has Config.attributes already made, once
+        #       we're able to update, please remove this hack!
+        self.alembic_cfg.attributes = {}
+        self.alembic_cfg.attributes["session"] = self.session
+        self.alembic_cfg.set_main_option("qlalchemy.url", str(self.engine.url))
#5403 fixed Use upstream version of freesound Boris Bobrov
Description

#5333 was closed by changing freesound in extlib. This is not the best thing to do; the best would be to use upstream version without modification (see extlib/README). This ticket is here to verify that we use the same code upstream has.

Pull request to upstream: https://github.com/MTG/freesound/pull/700

#5402 fixed no instructions for python3 Boris Bobrov
Description

Current instructions are for python2. Some packages in debian repos are not python-*, but python3-*.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.