What does the “d” mean after linux packages? [closed]
Closed 10 years ago.
Simple packaging for multi-file/module Python deployments
I’m working on a Python codebase which we are trying to improve the modularity of. Both the top level scripts and the modules that they depend on are all in one main repo. We have another repo which contains utility scripts for various runtime actions including fixing problems etc.
SPM: Expose transitive dependency types
I’m developing a Swift Package distributed via SPM. I have other dependencies (Swift packages) that my package depends on. Is it possible to expose types (classes, structs, etc.) defined in the dependencies to the client app? So given;
Why do most package managers not keep a single reusable library with different versions of each package?
When you use a Python virtual environment, you can activate it for different projects. Whatever packages are in it will be used by the project code. When you use npm, there will be a node_modules folder where the packages are kept, and this is per project.
When taking sections of an existing c# codebase to create a module/package of code for general use, how should we configure the module?
When spinning off sections of a (C#) codebase to create libraries/package for use by other users within a team/organization, what are important considerations in terms of code & package configuration?
Serving part of a web application as a python package for people to install, ok to do?
“correct way”: have the package live separately in its own folder in the root directory of my project which is all one big git repository. Then learn, and make a GitLab CI to automate this somehow (or use OKD somehow here, I use this to host my website). Then import the package into my application where I need it like everyone would.
Package diagram for an MVC patterned project?
We are required to make a package diagram for our senior project. Since our project uses MVC patter design, we created an MVC class diagram, now, our problem is in creating the package diagrams from our class diagram.
Package diagram for an MVC patterned project?
We are required to make a package diagram for our senior project. Since our project uses MVC patter design, we created an MVC class diagram, now, our problem is in creating the package diagrams from our class diagram.
Package diagram for an MVC patterned project?
We are required to make a package diagram for our senior project. Since our project uses MVC patter design, we created an MVC class diagram, now, our problem is in creating the package diagrams from our class diagram.
Can I use dynamic packages in Delphi if I plan to build my application for cross platform usage?
Now I’m thinking about the architecture of my program. I plan to provide access not only for Desktop usage, but for mobile platforms as well.