mcmullin, to composer
@mcmullin@musicians.today avatar

I'm working on a large-scale for and with soloists.

What should I listen to for inspiration?

Any time period, any style -- I'm interested in seeing different ways of combining these forces, and studying the nuts and bolts of .

If you're a , director, or who has wrestled with this, what would you say are the key do's and don'ts of writing for this combination?

@composers @classicalmusic

Crell, to php
@Crell@phpc.social avatar

And of course, this site features a half dozen languages and their package system... But forgets about .

Even if you don't use PHP yourself, ignoring one of the largest and best designed package systems (/) is just dumb.

https://deps.dev/

ramsey, to php
@ramsey@phpc.social avatar

Opinions/thoughts/advice on monorepos with . Is anyone working within this problem space? What tools do you use?

I know is a . Are the tools they use specific to them, or can others use them?

ErHaWeb, to composer German
@ErHaWeb@phpc.social avatar

Learning of the day: If you have dependencies to in your that cannot also be specified in ext_emconf.php and want to publish your extension in , you have to deliver the dependencies as (-)bundle to prevent broken classic Installs. Helmut Hummel has long since published the solution to this problem:
https://insight.helhum.io/post/148112375750/how-to-use-php-libraries-in-legacy-extensions

Gouximan, to composer French

Je découvre ce soir "Sequel", un album de Robert Holmes, compositeur de musique de jeux vidéo et notamment des "Gabriel Knight". Il est d'ailleurs l'époux de Jane Jensen, l'autrice à qui on doit le personnage.

"Sequel" est un album de musique de jeux vidéo... sans jeu vidéo associé. Ce sont des thèmes putatifs, qui pourraient exister dans une suite à Gabriel Knight, et c'est vraiment chic :

https://www.youtube.com/watch?v=1Y-z_20jPlQ

Crell, to php
@Crell@phpc.social avatar

Nothing makes you love more than trying to work out package management in most other language ecosystems.

FTW

solidtrax, to sounddesign Dutch
@solidtrax@mstdn.social avatar

Been a wood carpenter for almost a week now. What do you think of it?
#studio #sounddesign #composer #gameaudio #rebuild

reillypascal, to SmallWeb
@reillypascal@hachyderm.io avatar

I'm at an odd place with my personal website. Before Dec. 2023, it was a "professional portfolio" for my compositions. Now that I'm interested in the IndieWeb community, I want to make something more personal. I don't think I want to make two sites, but I do still need a portfolio for my composition work.

I just read @maggie's post on "digital gardens" and I really like that idea. (1/n)

https://maggieappleton.com/garden-history

#IndieWeb #DigitalGarden #SmallWeb #SmolWeb #Blog #Composer #Musodon

drupalthoughts, to drupal
@drupalthoughts@fosstodon.org avatar

I've been tasked to upgrade another inherited 9 site to 10, apply a some major updates to the existing theme, and stage it on
As-is, none of the contrib modules had been defined in its config, and it has quite a few complex added features and content types that may no longer be required. Let's see how this goes! 😎

TimB0nd, to composer

Hey , tell me, does just not follow the semver spec?

The spec says ~3.1 should not install 3.2.7: https://jubianchi.github.io/semver-check/#/~3.1/3.2.7

However composer will happily install it.
https://getcomposer.org/doc/articles/versions.md#next-significant-release-operators

spooner, to php German
@spooner@typo3.social avatar

The Extension Repository now includes packages which has no specified or released extension.

Now you can see all code that can extend our beloved CMS.

Merry christmas 🎄🎅
Big kudos to @derhansen!

greg0ire, to php
@greg0ire@phpc.social avatar

Latest blog post (can be useful for OSS maintainers who need to explain the same thing over and over): https://dev.to/greg0ire/bisecting-vendors-12kd

itsjoshbruce, (edited ) to php
@itsjoshbruce@phpc.social avatar

Mundane question. Asking real life humans instead of searching or reading docs.

composer.json with the following includes PHP 8.3: php: ^ 8.0

This won’t explode until PHP 9, yeah?

Further, if I don’t use any 8.3 features, I shouldn’t put the following in my composer.json file: php: ^ 8.3

Finally, if my library only uses PHP 7 features, and none of them were deprecated in 8, I should do something like this to allow both PHP 7 and 8 servers to use the thing: ^ 7.0 || ^ 8.0


mwop, to random
@mwop@phpc.social avatar

I'm running into an odd issue with where it will not install, though update operations are supported. The error message I get is:

Package "root" cannot be added to repository "root package repo" as it is already in repository "root package repo"

(defining a package name changes only the "root" reference).

I've witnessed this both in the LTS and current stable versions.

Anybody have any ideas? This operation worked for this app just weeks ago, and no changes since.

herndlm, (edited ) to php
@herndlm@phpc.social avatar

I think there was a composer plugin or smth that makes sure typical dev dependencies never end up in the require section of the lockfile, right? Which one is it?

Background: A colleague added a composer dev dependency by mistake to the require section in an internal plugin and nobody noticed. When requiring that plugin the dev dependency ended up in the lockfile and vendor of the main app and again nobody noticed. And I'd like to catch that.

botechiatales, to experimentalmusic
@botechiatales@cwb.social avatar

Fellow composers, are there any music for solo piano from the late 50 or 40 years that sounds refreshing to you?
By refreshing, I mean from a technical and/or aesthetical standpoint, not resembling too much the more traditional repertoire

@composers @contemporarymusic
@experimentalmusic

sarahroth, to drupal German
@sarahroth@gamedev.social avatar

Heute renne ich aber in Hinsicht IT auch gegen Wände. war mal eine so großartig benutzerfreundliche CMS Software. Dann kam 8 mit dem command line tool und man brauchte plötzlich entweder die volle Kontroller über den Server (statt FTP und DB Zugang) oder... die Tutorials für dieses BASIS, absolut typisches Hosting Format ist völlig vergraben unter tausenden Tuts, die nur lokale Installationen beschreiben. grmpfl

ambergrey, to music
@ambergrey@mastodon.social avatar
ramsey, to composer
@ramsey@phpc.social avatar

Ever wanted to build and publish a package but don’t know how? Come to my tutorial at 2pm CDT in PHPUgly Hall, and I’ll teach you how!

Schrank, to random German
@Schrank@phpc.social avatar

Update: The UX is not for me. The compatible versions are red, but all are listed.

Stupid me.

Old:
Am I using versions wrong or is the tool broken? 🤔
https://semver.madewithlove.com/?package=shopware%2Fcore&constraint=~6.4+%3E6.4.20.0&stability=stable

I expect "~6.4 >6.4.20.0" to only show 6.4.20.0 and 6.4.20.1 🤔

ambergrey, to music
@ambergrey@mastodon.social avatar
musicweeklies, to composer

Let's talk tips and tricks! What's your fave way to get those creative juices flowing when you're actually sort of stuck?

Do you take a walk, jump up and down, stare blankly into thin air? Let's hear it!

joachim, to composer
@joachim@drupal.community avatar

Released a new command for switching a module installed in a project to a git clone install, so you can fix bugs and test MRs in the context of the project: https://github.com/joachim-n/drupal-project-contrib-development Please try it and report any problems!

musicvsartstuff, to cyberpunk
@musicvsartstuff@techhub.social avatar

🎹 So I am in a kind of mood 😅 here is a preview of my piece of music, it's not finished yet!! I would love to know your thoughts/feedback!! 😊💜

video/mp4

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • DreamBathrooms
  • ethstaker
  • magazineikmin
  • thenastyranch
  • ngwrru68w68
  • Youngstown
  • slotface
  • modclub
  • love
  • kavyap
  • everett
  • cubers
  • provamag3
  • mdbf
  • khanakhh
  • tacticalgear
  • osvaldo12
  • rosin
  • tester
  • GTA5RPClips
  • cisconetworking
  • Durango
  • Leos
  • normalnudes
  • anitta
  • JUstTest
  • All magazines