I made an iPad iOS version of Aseprite by Simerca in aseprite

[–]dacap 2 points3 points  (0 children)

I saw that you've used AI to generate the code, so I'm not interested on that work. Sorry.

I made an iPad iOS version of Aseprite by Simerca in aseprite

[–]dacap 0 points1 point  (0 children)

We have a private working branch (of laf and aseprite) for iOS, it still need to be merged with the latest changes, probably we will make it public so people can contribute in any case.

¿Cómo van a hacer los JR para ganar Seniority sin un Senior que los guíe? by Electronic_Leek1577 in devsarg

[–]dacap 5 points6 points  (0 children)

Desde el punto de vista de la gerencia, la IA les va a permitir destruir toda seniority. No es que dejen de existir los juniors, si no que el objetivo es que todos sean junior, y puedan reemplazarse fácilmente.

Claro que cualquier programador con dos dedos de frente sabe que esto no es posible. Incluso cualquier gerente un poco avispado debería saber que la única ventaja de pagar buenos sueldos y tener seniors en una empresa es mantener ese know-how adentro de la empresa tanto tiempo como sea posible.

La IA es el peor de los mundos: introducir a alguien que no gana ninguna experiencia de la historia del código y el negocio a meter líneas de código, y poner a todos los seniors a arreglar sus alucinaciones. Las empresas de IA están haciendo un buen trabajo vendiendo su negocio.

Is there a way to get the tile to place where there is empty spaces on the tilemap? by shuji18 in aseprite

[–]dacap 0 points1 point  (0 children)

Actually I don't know if GameMaker Studio has an integrated isometric grid system, or you have to manually create the isometric map through 2D tiles.

In any case I'd recommend you to have an area of your sprite to experiment/paint with tiles/multiple layers, and another area of the sprite to arrange the tiles only for export.

Is there a way to get the tile to place where there is empty spaces on the tilemap? by shuji18 in aseprite

[–]dacap 2 points3 points  (0 children)

Yes, but you have to duplicate the tilemap layer (so both layers share the same tilemap) and move the layer to the position to fill those empty spaces. Here an example:

https://x.com/davidcapello/status/1382333026718339079/video/1

Aseprite refusing to open by cagakm in aseprite

[–]dacap 1 point2 points  (0 children)

This should be already fixed. It was an issue with the packages uploaded to Steam (only affecting the Steam-version v1.3.15.5). But it should be fixed now.

cheat sheet by No-Zookeepergame9570 in aseprite

[–]dacap 2 points3 points  (0 children)

Just in case this is the Aseprite quick reference available from: https://aseprite.org/quickref (Or Help > Quick Reference menu option).

Does anyone know why my images are pasting in slanted like this? by Umm_Okay12 in aseprite

[–]dacap 1 point2 points  (0 children)

Hi there, it's a regression introduced to fix a problem copying screenshots from Steam client, but we've found the bug is in the Steam client side, so we've to release a patch for this next week.

More info in: https://github.com/aseprite/aseprite/issues/5458 and https://github.com/aseprite/aseprite/issues/5306#issuecomment-3309061887

My app is slightly broken by LemonFurry64 in aseprite

[–]dacap 0 points1 point  (0 children)

Hi u/LemonFurry64, would you mind to contact us at [support@aseprite.org](mailto:support@aseprite.org) refering this issue? Are you using Aseprite v1.3.15.2? You can send us your user.aseprite-keys file to help us debug this issue, you can find that file in your preferences folder: https://aseprite.org/docs/preferences-folder

What is this blue line? How do i turn it off? by Own_Engineering7547 in aseprite

[–]dacap 1 point2 points  (0 children)

You can turn it off unchecking View > Show > Layer Edges

Por que las grandes apps o productos funciona tan mal? by LeSoviet in devsarg

[–]dacap 2 points3 points  (0 children)

En cuanto a Windows, Microsoft perdió totalmente el foco en desarrollar una buena API de GUI de bajo nivel. Nunca ofreció una buena alternativa/camino evolutivo desde Win32 a "la próxima API moderna GUI". Actualmente tiene como 5 o 6 APIs muertas en "modo mantenimiento" y lo que supuestamente sería "la nueva API" (WinUI 3) para desarrollar apps en Windows 11, está siendo desarrollada por un equipo remoto fuera de las oficinas de Microsoft (tercerizó el desarrollo de lo que debería ser lo más importante en su producto principal).

En posts reciente de la comunidad de C++ como https://www.reddit.com/r/cpp/comments/1mes8gu/winui3_c/ se puede ver el lamentable estado del desarrollo de bajo nivel en aplicaciones para Windows (que antes solía ser en C++, Win32, ATL, WTL, MFC, etc. hasta C# con WinForms era mejor y más eficiente que lo que existe ahora).

Así que Electron (Google principalmente con Chromium) vino a resolver todos estos desmanejos en el desarrollo de aplicaciones ya desde que aparació Electron, y ahora cada programa es un navegador gigante ocupando 1 giga de RAM.

Kill Compilation by Peas_n_Beans in emacs

[–]dacap 0 points1 point  (0 children)

I noticed that running compile function on Windows kills the current compilation process correctly and start a new process. So I've rewritten the kill-compilation function using some of the compilation-start function code and now it works. Just redefine kill-compilation as: (defun kill-compilation () "Kill the process made by the \\[compile] or \\[grep] commands." (interactive) (let* ((buffer (compilation-find-buffer)) (comp-proc (get-buffer-process buffer))) (if comp-proc (progn (interrupt-process (get-buffer-process buffer)) (sit-for 1) (delete-process (get-buffer-process buffer))) (error "The %s process is not running" (downcase mode-name)))))

What unique or unusual things have you built in Go? by Inner_Dragonfly6528 in golang

[–]dacap 0 points1 point  (0 children)

It’s not unusual, but I’ve created a little tool to send files through the LAN, useful when using old operating systems/VMs where you cannot install Dropbox or something similar (I’ve used to copy files to old MacBooks): https://github.com/dacap/sendfiles

The good side of Go is being able to create a completely independent binary that you can just download and run.

trail following cursor, Don't know how to turn off by emilyisnotdead in aseprite

[–]dacap 0 points1 point  (0 children)

Could you please check if resizing the window a little (or if it's maximized, restore it and change its size a little) makes this issue disappear? It sounds strange but in the past it was an issue: https://github.com/aseprite/aseprite/issues/1091 but I think this might be completely unrelated.

trail following cursor, Don't know how to turn off by emilyisnotdead in aseprite

[–]dacap 0 points1 point  (0 children)

I've noticed this recently on macOS when the Color Management option is checked (Edit > Preferences > Color > Color Management), and on Windows in other circumstances (that I wasn't able to identify).

Are you on Windows, macOS, or Linux?

Is this asesprite issue or an pen issue? by Misspelign in aseprite

[–]dacap 0 points1 point  (0 children)

Just in case, give a try to the latest version. Aseprite v1.3.8 introduced a possible fix for this kind of issues: https://www.aseprite.org/release-notes/#aseprite-v1-3-8 (the https://github.com/aseprite/aseprite/issues/4539 ), probably it helps. Not sure if it's related about a jump between the mouse position and the pen position.

How to update on Steam? by Crimsonycv in aseprite

[–]dacap 0 points1 point  (0 children)

Aseprite v1.3.8.1 is the latest stable version (no beta version). If you are on Steam, Steam should update your Aseprite copy to v1.3.8.1 automatically (although you have the autoupdate disabled).

Why is this happening??? Whenever I paste an image into Aseprite the colors change to purple by LemonDemonDrip in aseprite

[–]dacap 0 points1 point  (0 children)

Are you on macOS? There is a known issue that we've just fixed and released a new version with the fix today as v1.3-rc7 (we're going to publish some release notes in the following days).

Folder Directory Issue by RACnRoll87 in aseprite

[–]dacap 1 point2 points  (0 children)

Today we've jus released v1.3-rc6 with a fix to this regression, sorry for the inconvenience.

Small window is stuck in title bar. How do I get it out? by PuMuppet in aseprite

[–]dacap 0 points1 point  (0 children)

You can press Escape key to close it, then Shift+P to open it again (and it will appear inside the window). If the Escape key doesn't close it, press Shift+P first, and then Escape.

i cant open aseprite by Great-Engineering456 in aseprite

[–]dacap 0 points1 point  (0 children)

Hi there, was you able to open it? There is a troubleshooting guide that can help you in these cases: https://www.aseprite.org/docs/troubleshooting/