GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 05:40:30 JST waifu waifu
    • Arcana

    @arcana@fedi.layer02.net Would appreciate it yes thank you in advance, I'm trying to do a pr for a new feature into dev
    https://git.waifuism.life/waifu/kemoverse/pulls/21
    I think i added a commit from VD in the middle so now git is screaming when i try to merge dev into the new branch to then merge back
    https://git.waifuism.life/waifu/kemoverse/graph

    In conversation about 5 days ago from mai.waifuism.life permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: git.waifuism.life
      Added table and general functions for stats system
      from waifu
      Created the table for the stats system, added some generalized functions that work with any amount of stats in case we want to change the stats in the future. Solving issue #19
    2. Domain not in remote thumbnail source whitelist: git.waifuism.life
      kemoverse
      from waifu
      kemoverse
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 05:55:37 JST Phantasm Phantasm
      in reply to
      • Arcana

      @waifu @arcana I'm honestly kinda confused. It complains about a merge-conflict to master, but it doesn't make sense to me. Looks like some changes from master aren't in the PR branch.

      Try git rebase main on the feature branch for that PR and see what git complains about in the bot/db_utils.py file. That will attempt to take your commits from the point your feature branch and master diverged, update your feature branch to newest master and readd your commits.

      In conversation about 5 days ago permalink
      waifu likes this.
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:00:12 JST waifu waifu
      in reply to
      • Phantasm
      • Arcana

      @phnt@fluffytail.org @arcana@fedi.layer02.net let me try that, i believe this is the third time i've tried to rebase it lmao

      In conversation about 5 days ago permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:01:41 JST Phantasm Phantasm
      in reply to
      • Arcana
      @waifu @arcana Genuinely no idea what it's on about.
      image.png
      In conversation about 5 days ago permalink

      Attachments


      1. https://upload.fluffytail.org/media/99/f8/7b/99f87b96366eacb044aa42b88c0d1c778ca6fd72a5638478cf2d12254e56409f.png?name=image.png
      waifu likes this.
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:02:43 JST waifu waifu
      in reply to
      • Phantasm
      • Arcana

      @phnt@fluffytail.org @arcana@fedi.layer02.net no i'm trying to merge with dev not master

      In conversation about 5 days ago permalink
      Phantasm likes this.
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:06:06 JST Phantasm Phantasm
      in reply to
      • Arcana
      @waifu @arcana
      1. git switch stats_system
      2. git rebase dev
      3. v bot/db_utils.py remove markers (<<<<, >>>>, ====) in image below
      4. git add bot/db_utils.py
      5. git rebase --continue
      image.png
      In conversation about 5 days ago permalink

      Attachments


      1. https://upload.fluffytail.org/media/f4/e8/46/f4e846a65929ce540f5334292c64d69c57c154782e7091b41a039ec990eddfff.png?name=image.png
      waifu likes this.
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:09:07 JST waifu waifu
      in reply to
      • Phantasm
      • Arcana

      @phnt@fluffytail.org @arcana@fedi.layer02.net tfw

      In conversation about 5 days ago permalink

      Attachments


      1. https://mai.waifuism.life/files/2dc65a16-31a8-47f1-9914-4e88d858bfbb
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:09:07 JST Phantasm Phantasm
      in reply to
      • Phantasm
      • Arcana
      @waifu @arcana The issue is btw that the db_utils.py file changed in the same place on both branches and since it's next to eachother, git got confused when trying to merge the changes made to the file.
      In conversation about 5 days ago permalink

      Attachments


      waifu likes this.
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:09:29 JST Phantasm Phantasm
      in reply to
      • þernia
      • Arcana
      @pernia @arcana @waifu The UI of Gitea completely sucks in these scenarios I spent like 5 minutes trying to decipher the issue from multiple tabs.
      In conversation about 5 days ago permalink
    • Embed this notice
      þernia (pernia@cum.salon)'s status on Sunday, 25-May-2025 06:09:30 JST þernia þernia
      in reply to
      • Phantasm
      • Arcana
      @phnt @arcana @waifu gitea is raping waifu for nothing
      In conversation about 5 days ago permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:09:33 JST Phantasm Phantasm
      in reply to
      • Arcana
      @waifu @arcana Huh??
      In conversation about 5 days ago permalink
      waifu likes this.
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:12:07 JST Phantasm Phantasm
      in reply to
      • Phantasm
      • Arcana
      @waifu @arcana Dumb question. Are you on the stats_system branch?
      In conversation about 5 days ago permalink
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:12:56 JST waifu waifu
      in reply to
      • Phantasm
      • Arcana

      @phnt@fluffytail.org @arcana@fedi.layer02.net yes...

      In conversation about 5 days ago permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:16:30 JST Phantasm Phantasm
      in reply to
      • Arcana
      @waifu @arcana Does git switch dev now complain about diverged branches?
      In conversation about 5 days ago permalink
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:17:13 JST waifu waifu
      in reply to
      • Phantasm
      • Arcana

      @phnt@fluffytail.org @arcana@fedi.layer02.net it doesn't but wait i may have fixed it, i hope

      In conversation about 5 days ago permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:18:28 JST Phantasm Phantasm
      in reply to
      • Phantasm
      • Arcana
      @waifu @arcana Like this.

      I think you overwrote your dev branch with the contains of the stats_system branch with the reset --hard command.
      image.png
      In conversation about 5 days ago permalink

      Attachments


      1. https://upload.fluffytail.org/media/15/5c/c8/155cc8a18f4055ac32a9723b642c724eb71ee5fff130a701939f2d948d628bcd.png?name=image.png
      waifu likes this.
    • Embed this notice
      munir (munir@fedi.munir.tokyo)'s status on Sunday, 25-May-2025 06:19:15 JST munir munir
      in reply to
      • Phantasm
      • Arcana
      @waifu @phnt @arcana wow cool project, can i help by cleaning up issues? im decent with python i think
      In conversation about 5 days ago permalink
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:21:24 JST waifu waifu
      in reply to
      • Phantasm
      • munir
      • Arcana

      @munir@fedi.munir.tokyo @phnt@fluffytail.org @arcana@fedi.layer02.net of course, we have a telegram group if you want to join too, i'll dm you an account for the gitea

      In conversation about 5 days ago permalink
    • Embed this notice
      munir (munir@fedi.munir.tokyo)'s status on Sunday, 25-May-2025 06:22:01 JST munir munir
      in reply to
      • Phantasm
      • Arcana
      @waifu @phnt @arcana invite for the tg :>

      jsyk: i cant spanish
      In conversation about 5 days ago permalink
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:23:04 JST waifu waifu
      in reply to
      • Phantasm
      • Arcana

      @phnt@fluffytail.org @arcana@fedi.layer02.net my config was like pull.rebase=true and it kept trying to rebase i think, it never wanted to merge, idk why that happened but now it looks fine thanks for the help friends

      In conversation about 5 days ago permalink

      Attachments


      1. https://mai.waifuism.life/files/e0aab5c3-e1bf-4646-9d35-496c4097ea50
      Phantasm likes this.
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Sunday, 25-May-2025 06:23:31 JST waifu waifu
      in reply to
      • Phantasm
      • munir
      • Arcana

      @munir@fedi.munir.tokyo @phnt@fluffytail.org @arcana@fedi.layer02.net all english so no worries

      In conversation about 5 days ago permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Sunday, 25-May-2025 06:28:30 JST Phantasm Phantasm
      in reply to
      • Arcana
      @waifu @arcana It doesn't complain so it's probably alright.

      >thanks for the help friends
      No worries.
      In conversation about 5 days ago permalink
      waifu likes this.
    • Embed this notice
      waifu (waifu@mai.waifuism.life)'s status on Wednesday, 28-May-2025 09:12:04 JST waifu waifu
      in reply to
      • vertka
      • Arcana

      @vertka@suya.place @phnt@fluffytail.org @arcana@fedi.layer02.net gitea ui

      In conversation about 2 days ago permalink
    • Embed this notice
      vertka (vertka@suya.place)'s status on Wednesday, 28-May-2025 09:12:05 JST vertka vertka
      in reply to
      • Phantasm
      • Arcana
      @waifu @phnt @arcana is this git UI?
      In conversation about 2 days ago permalink
      Phantasm likes this.
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Wednesday, 28-May-2025 17:03:03 JST Phantasm Phantasm
      in reply to
      • vertka
      • Arcana
      @vertka @arcana @waifu This is gitea, but you can also get similar graphs from git with git log --graph
      image.png
      In conversation about 2 days ago permalink

      Attachments


      1. https://upload.fluffytail.org/media/1c/4b/98/1c4b989e141198452995acd78814e136b8e582ab68c2c4e10a19b6abb819bada.png?name=image.png

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.